Skip to content

Commit 33fde28

Browse files
committed
fixed join, removed extra package
1 parent 237bc48 commit 33fde28

File tree

3 files changed

+1
-70
lines changed

3 files changed

+1
-70
lines changed

app/classrooms/page.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@ function ClassroomList({ userContext }: { userContext: UserContextType }) {
129129
{ duration: 10000 }
130130
);
131131
}
132+
refreshClassrooms();
132133
}
133134
}
134135
// const deleteSuccess = searchParams.get("delete_success");

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@
4646
"react-dom": "^19.0.0",
4747
"react-markdown": "^10.1.0",
4848
"rehype-katex": "^7.0.1",
49-
"rehype-mathjax": "^7.1.0",
5049
"remark-math": "^6.0.0",
5150
"sonner": "^2.0.3",
5251
"tailwind-merge": "^3.0.2",

pnpm-lock.yaml

Lines changed: 0 additions & 69 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)