diff options
| author | dave <starpumadev@gmail.com> | 2019-02-25 14:57:56 -0500 |
|---|---|---|
| committer | dave <starpumadev@gmail.com> | 2019-02-25 14:57:56 -0500 |
| commit | 7dbbd8e27028e7526154542d210c4f6452d5e433 (patch) | |
| tree | 813e33e3187125fe4e80f86f653c436a91d2539e /src | |
| parent | 4e8b696797d5c4010abbe12584b8d70badb76a4c (diff) | |
#380: simply and remove redundancy
Diffstat (limited to 'src')
| -rw-r--r-- | src/modules/statuses.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/modules/statuses.js b/src/modules/statuses.js index c6fcfe2e..694067ff 100644 --- a/src/modules/statuses.js +++ b/src/modules/statuses.js @@ -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 } }) |
