#380: simply and remove redundancy

このコミットが含まれているのは:
dave 2019-02-25 14:57:56 -05:00
コミット 7dbbd8e270
1個のファイルの変更0行の追加1行の削除

ファイルの表示

@ -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
}
})