TESTING - Notification logs - 2
TESTING - Notification logs - 2
This commit is contained in:
parent
c280c102b6
commit
087ad23bff
@ -183,7 +183,8 @@ const expandNormalizedNotifications = (state, notifications, next) => {
|
||||
let items = ImmutableList()
|
||||
|
||||
notifications.forEach((n, i) => {
|
||||
items = items.set(i, notificationToMap(n))
|
||||
const noti = notificationToMap(n)
|
||||
if (!!noti) items = items.set(items.size, noti)
|
||||
})
|
||||
|
||||
state = state.withMutations((mutable) => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user