Skip to content
Snippets Groups Projects
Commit 7dbbd8e2 authored by Dave LiPuma's avatar Dave LiPuma
Browse files

#380: simply and remove redundancy

parent 4e8b6967
Branches
No related tags found
No related merge requests found
......@@ -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
}
})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment