cleanup
This commit is contained in:
parent
fd27c78c4b
commit
966a9e78af
2 changed files with 0 additions and 5 deletions
|
@ -258,7 +258,6 @@ const addNewNotifications = (state, { dispatch, notifications, older, visibleNot
|
|||
state.notifications.maxId = Math.max(notification.id, state.notifications.maxId)
|
||||
state.notifications.minId = Math.min(notification.id, state.notifications.minId)
|
||||
|
||||
console.log('AWOOOOOO', notification)
|
||||
state.notifications.data.push(notification)
|
||||
state.notifications.idStore[notification.id] = notification
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue