diff options
Diffstat (limited to 'app/javascript/themes/glitch/features/notifications/containers')
-rw-r--r-- | app/javascript/themes/glitch/features/notifications/containers/notification_container.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/javascript/themes/glitch/features/notifications/containers/notification_container.js b/app/javascript/themes/glitch/features/notifications/containers/notification_container.js index b61aaa21c..033c61e3d 100644 --- a/app/javascript/themes/glitch/features/notifications/containers/notification_container.js +++ b/app/javascript/themes/glitch/features/notifications/containers/notification_container.js @@ -11,7 +11,6 @@ const makeMapStateToProps = () => { const mapStateToProps = (state, props) => ({ notification: getNotification(state, props.notification, props.accountId), - settings: state.get('local_settings'), notifCleaning: state.getIn(['notifications', 'cleaningMode']), }); |