Skip to content

Commit

Permalink
HOTFIX: fcm token only save when user login
Browse files Browse the repository at this point in the history
  • Loading branch information
HidenLee committed Oct 4, 2024
1 parent 4ca5afd commit 3acae34
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions travelday-fe/src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ function App() {
libraries,
});

useEffect(() => {
handleAllowNotification()
}, []);
// useEffect(() => {
// handleAllowNotification()
// }, []);

if (!isLoaded) {
return null;
Expand Down

0 comments on commit 3acae34

Please sign in to comment.