about summary refs log tree commit diff
path: root/app/javascript/themes/glitch/features/notifications/containers/notification_container.js
diff options
context:
space:
mode:
authorkibigo! <marrus-sh@users.noreply.github.com>2017-11-27 13:17:12 -0800
committerkibigo! <marrus-sh@users.noreply.github.com>2017-11-27 13:30:01 -0800
commitf3c3df62ab0f460ec9eea558a09aefc161a9d8d5 (patch)
tree782f63eeb01e23a7a650e5cb0042ad2a365a19d0 /app/javascript/themes/glitch/features/notifications/containers/notification_container.js
parent63d47e04c4b22fc5caf5e6f4d0156040c91339fe (diff)
Implement status hotkeys + spoiler expanding
Diffstat (limited to 'app/javascript/themes/glitch/features/notifications/containers/notification_container.js')
-rw-r--r--app/javascript/themes/glitch/features/notifications/containers/notification_container.js1
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']),
   });