Cache all notifs

This commit is contained in:
Ian Philips 2022-07-19 09:29:12 -06:00
parent c236eb15b1
commit a203f43142

View File

@ -177,7 +177,7 @@ function NotificationsList(props: {
const local = safeLocalStorage()
local?.setItem(
'notification-groups',
JSON.stringify(maxNotificationsToShow)
JSON.stringify(allGroupedNotifications)
)
return maxNotificationsToShow
}, [allGroupedNotifications, page])