From 15e01889c0f1ab454fc39374b974c707a8eae93c Mon Sep 17 00:00:00 2001 From: sscoderati Date: Wed, 29 Nov 2023 21:35:24 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=A8=20Fix(#47):=20router.refresh()=20?= =?UTF-8?q?=EC=A0=9C=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/_common/NotificationPopup/index.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/_common/NotificationPopup/index.tsx b/src/components/_common/NotificationPopup/index.tsx index 61a1b3d2..56e25439 100644 --- a/src/components/_common/NotificationPopup/index.tsx +++ b/src/components/_common/NotificationPopup/index.tsx @@ -58,7 +58,6 @@ const NotificationPopup = () => { variant: "red", }); setIsAuth(false); - router.refresh(); } } return (