Skip to content

Commit

Permalink
🚨 Fix(#47): router.refresh() 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
sscoderati committed Nov 29, 2023
1 parent 7c4428a commit 15e0188
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/_common/NotificationPopup/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ const NotificationPopup = () => {
variant: "red",
});
setIsAuth(false);
router.refresh();
}
}
return (
Expand Down

0 comments on commit 15e0188

Please sign in to comment.