Removed unused call to onListenerChange (#3081)
Этот коммит содержится в:
коммит произвёл
Corey Hulen
родитель
6438c696b0
Коммит
ba5786d6a3
@@ -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);
|
||||
|
||||
|
||||
Ссылка в новой задаче
Block a user