TESTING - Notification logs - 2
TESTING - Notification logs - 2
This commit is contained in:
@@ -183,7 +183,8 @@ const expandNormalizedNotifications = (state, notifications, next) => {
|
|||||||
let items = ImmutableList()
|
let items = ImmutableList()
|
||||||
|
|
||||||
notifications.forEach((n, i) => {
|
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) => {
|
state = state.withMutations((mutable) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user