Cache all notifs
This commit is contained in:
parent
c236eb15b1
commit
a203f43142
|
@ -177,7 +177,7 @@ function NotificationsList(props: {
|
|||
const local = safeLocalStorage()
|
||||
local?.setItem(
|
||||
'notification-groups',
|
||||
JSON.stringify(maxNotificationsToShow)
|
||||
JSON.stringify(allGroupedNotifications)
|
||||
)
|
||||
return maxNotificationsToShow
|
||||
}, [allGroupedNotifications, page])
|
||||
|
|
Loading…
Reference in New Issue
Block a user