From 6bdf89e52d01dfa6ea5b52967f5578157c93fb8a Mon Sep 17 00:00:00 2001 From: LimHeeJung Date: Wed, 17 Jul 2024 16:35:27 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9Bfix:=20=EC=95=8C=EB=9E=8C=20?= =?UTF-8?q?=EB=AA=A8=EB=8B=AC=20zindex=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/alarm/Alarm.tsx | 4 +--- src/components/layout/parts/MainNavBar.tsx | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/src/components/alarm/Alarm.tsx b/src/components/alarm/Alarm.tsx index 5c8bf1b..8505f48 100644 --- a/src/components/alarm/Alarm.tsx +++ b/src/components/alarm/Alarm.tsx @@ -91,8 +91,6 @@ const Alarm = () => { toast.error('error'); } }; - console.log(todayNotification, otherNotification); - console.log(user); useEffect(() => { fetchNotification(); @@ -120,7 +118,7 @@ const Alarm = () => { - + diff --git a/src/components/layout/parts/MainNavBar.tsx b/src/components/layout/parts/MainNavBar.tsx index a3a0221..cc506ee 100644 --- a/src/components/layout/parts/MainNavBar.tsx +++ b/src/components/layout/parts/MainNavBar.tsx @@ -27,7 +27,7 @@ const MainNavBar = () => {