summaryrefslogtreecommitdiffstats
path: root/webapp/components/user_settings/user_settings_notifications.jsx
diff options
context:
space:
mode:
authorDavid Lu <david.lu@hotmail.com>2016-06-06 09:27:53 -0700
committerJoram Wilander <jwawilander@gmail.com>2016-06-06 12:27:53 -0400
commitba8aafddf436157598a6903912b7772d1e8f9608 (patch)
tree0de26a4faaf9a0452e94fc3e911fbc8a1d801b49 /webapp/components/user_settings/user_settings_notifications.jsx
parent9110e64c258edd95db3df554e0bd255cbe2ef88a (diff)
downloadchat-ba8aafddf436157598a6903912b7772d1e8f9608.tar.gz
chat-ba8aafddf436157598a6903912b7772d1e8f9608.tar.bz2
chat-ba8aafddf436157598a6903912b7772d1e8f9608.zip
Fixed typo (#3266)
Diffstat (limited to 'webapp/components/user_settings/user_settings_notifications.jsx')
-rw-r--r--webapp/components/user_settings/user_settings_notifications.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/webapp/components/user_settings/user_settings_notifications.jsx b/webapp/components/user_settings/user_settings_notifications.jsx
index be61e5fbc..2daf920c7 100644
--- a/webapp/components/user_settings/user_settings_notifications.jsx
+++ b/webapp/components/user_settings/user_settings_notifications.jsx
@@ -325,7 +325,7 @@ class NotificationsTab extends React.Component {
</span>
);
- submit = this.handleSubmit();
+ submit = this.handleSubmit;
} else {
inputs.push(
<div