diff --git a/web/pages/notifications.tsx b/web/pages/notifications.tsx index 7500c2a8..084b143c 100644 --- a/web/pages/notifications.tsx +++ b/web/pages/notifications.tsx @@ -177,7 +177,7 @@ function NotificationsList(props: { const local = safeLocalStorage() local?.setItem( 'notification-groups', - JSON.stringify(maxNotificationsToShow) + JSON.stringify(allGroupedNotifications) ) return maxNotificationsToShow }, [allGroupedNotifications, page])