Skip to content

Commit 16f843c

Browse files
authored
Merge pull request #24 from Health-Informatics-UoN/ui/updates
fix router refresh
2 parents 8157827 + a852a9b commit 16f843c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

components/NoteCard.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ export default function NoteCard({
6767
router.replace(`${pathname}?${query}`, {
6868
scroll: false,
6969
});
70+
router.refresh();
7071
});
7172
};
7273

0 commit comments

Comments
 (0)