From fa9e0059c00ee33ef2f2be3b1b9b12da7d8a82bb Mon Sep 17 00:00:00 2001 From: Lim Chee Aun Date: Thu, 2 Nov 2023 20:24:52 +0800 Subject: [PATCH] Hmm, need a flow chart for this srsly --- src/pages/notifications.jsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pages/notifications.jsx b/src/pages/notifications.jsx index 5ce177ff..94222dd2 100644 --- a/src/pages/notifications.jsx +++ b/src/pages/notifications.jsx @@ -90,6 +90,7 @@ function Notifications({ columnMode }) { } } + states.notificationsShowNew = false; states.notificationsLastFetchTime = Date.now(); return allNotifications; }