From 3acae34b2ed072e8f5291eb12a933972c79625e8 Mon Sep 17 00:00:00 2001 From: HidenLee Date: Fri, 4 Oct 2024 17:37:25 +0900 Subject: [PATCH] HOTFIX: fcm token only save when user login --- travelday-fe/src/App.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/travelday-fe/src/App.js b/travelday-fe/src/App.js index 20c2bfb..dccccf8 100644 --- a/travelday-fe/src/App.js +++ b/travelday-fe/src/App.js @@ -49,9 +49,9 @@ function App() { libraries, }); - useEffect(() => { - handleAllowNotification() - }, []); + // useEffect(() => { + // handleAllowNotification() + // }, []); if (!isLoaded) { return null;