diff --git a/components/NoteCard.tsx b/components/NoteCard.tsx index 4217356..5992d81 100644 --- a/components/NoteCard.tsx +++ b/components/NoteCard.tsx @@ -67,6 +67,7 @@ export default function NoteCard({ router.replace(`${pathname}?${query}`, { scroll: false, }); + router.refresh(); }); };