#380: simply and remove redundancy

This commit is contained in:
dave 2019-02-25 14:57:56 -05:00
parent 4e8b696797
commit 7dbbd8e270
1 changed files with 0 additions and 1 deletions

View File

@ -304,7 +304,6 @@ const addNewNotifications = (state, { dispatch, notifications, older, visibleNot
}
}
} else if (notification.seen) {
state.notifications.data.find(n => n.id === notification.id).seen = true
state.notifications.idStore[notification.id].seen = true
}
})