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