summaryrefslogtreecommitdiffstats
path: root/webapp/components/channel_notifications_modal.jsx
diff options
context:
space:
mode:
authorDavid Lu <david.lu@hotmail.com>2016-05-23 15:52:23 -0400
committerCorey Hulen <corey@hulen.com>2016-05-23 12:52:23 -0700
commitba5786d6a37829410f34aaca01fec82d3a46a873 (patch)
tree922aaa1a1d7cbe9b7b3abab155a0cdffa0c201d2 /webapp/components/channel_notifications_modal.jsx
parent6438c696b05de2c10ea2639ecc506718342497f6 (diff)
downloadchat-ba5786d6a37829410f34aaca01fec82d3a46a873.tar.gz
chat-ba5786d6a37829410f34aaca01fec82d3a46a873.tar.bz2
chat-ba5786d6a37829410f34aaca01fec82d3a46a873.zip
Removed unused call to onListenerChange (#3081)
Diffstat (limited to 'webapp/components/channel_notifications_modal.jsx')
-rw-r--r--webapp/components/channel_notifications_modal.jsx2
1 files changed, 0 insertions, 2 deletions
diff --git a/webapp/components/channel_notifications_modal.jsx b/webapp/components/channel_notifications_modal.jsx
index 6d2b4c284..74ec2376b 100644
--- a/webapp/components/channel_notifications_modal.jsx
+++ b/webapp/components/channel_notifications_modal.jsx
@@ -182,7 +182,6 @@ export default class ChannelNotificationsModal extends React.Component {
const handleUpdateSection = function updateSection(e) {
this.updateSection('');
- this.onListenerChange();
e.preventDefault();
}.bind(this);
@@ -312,7 +311,6 @@ export default class ChannelNotificationsModal extends React.Component {
const handleUpdateSection = function handleUpdateSection(e) {
this.updateSection('');
- this.onListenerChange();
e.preventDefault();
}.bind(this);