Skip to content

Commit

Permalink
release 0.0.9 fix mobile (#34)
Browse files Browse the repository at this point in the history
* fix: settings mobile (#33)
  • Loading branch information
SchneiderNicolas authored Oct 11, 2023
1 parent 9796fb8 commit 260577d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion front/src/components/settings/Notifications.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ const Notifications = () => {
}, [cookies.accessToken]);

useEffect(() => {
console.log(Notification.permission);
if (Notification.permission === 'granted') {
setNotificationsEnabled(true);
setIsBlocked(false);
Expand Down

0 comments on commit 260577d

Please sign in to comment.