diff --git a/src/pages/notifications.jsx b/src/pages/notifications.jsx index 7e3edfbb..a71c34ed 100644 --- a/src/pages/notifications.jsx +++ b/src/pages/notifications.jsx @@ -194,6 +194,12 @@ function Notifications({ columnMode }) { const announcementsListRef = useRef(); + useLayoutEffect(() => { + if (navigator.clearAppBadge) { + navigator.clearAppBadge(); + } + }, []); + useEffect(() => { if (notificationID) { states.routeNotification = {