diff --git a/src/pages/notifications.jsx b/src/pages/notifications.jsx index 9f3871dd..ff14eeaa 100644 --- a/src/pages/notifications.jsx +++ b/src/pages/notifications.jsx @@ -158,6 +158,7 @@ export default () => { useEffect(() => { loadNotifications(true); + states.notificationsNew = []; }, []); const scrollableRef = useRef();