summaryrefslogtreecommitdiffstats
path: root/web/react/components/user_settings
diff options
context:
space:
mode:
author=Corey Hulen <corey@hulen.com>2015-11-23 12:54:28 -0800
committer=Corey Hulen <corey@hulen.com>2015-11-23 12:54:28 -0800
commit30bf72262ef3f85ad0ad24ea8e57a14415464af3 (patch)
treeaa6513176ab32910388898679e33403b4b7f5e31 /web/react/components/user_settings
parent2787fb09ced6b9af7a15f6eeeb60607f62208845 (diff)
downloadchat-30bf72262ef3f85ad0ad24ea8e57a14415464af3.tar.gz
chat-30bf72262ef3f85ad0ad24ea8e57a14415464af3.tar.bz2
chat-30bf72262ef3f85ad0ad24ea8e57a14415464af3.zip
fixing eslint
Diffstat (limited to 'web/react/components/user_settings')
-rw-r--r--web/react/components/user_settings/user_settings_notifications.jsx2
1 files changed, 2 insertions, 0 deletions
diff --git a/web/react/components/user_settings/user_settings_notifications.jsx b/web/react/components/user_settings/user_settings_notifications.jsx
index bba69a7d4..e025bf670 100644
--- a/web/react/components/user_settings/user_settings_notifications.jsx
+++ b/web/react/components/user_settings/user_settings_notifications.jsx
@@ -590,9 +590,11 @@ export default class NotificationsTab extends React.Component {
if (this.state.mentionKey) {
keys.push('@' + user.username);
}
+
// if (this.state.allKey) {
// keys.push('@all');
// }
+
if (this.state.channelKey) {
keys.push('@channel');
}