diff --git a/src/components/views/settings/Notifications.js b/src/components/views/settings/Notifications.js index 8fc992e3fd..f6e48159c0 100644 --- a/src/components/views/settings/Notifications.js +++ b/src/components/views/settings/Notifications.js @@ -77,7 +77,6 @@ module.exports = React.createClass({ MatrixClientPeg.get().setPushRuleEnabled('global', rule.rule.kind, rule.rule.rule_id, (newPushRuleState !== PushRuleState.OFF)).done(function() { self._refreshFromServer(); - self.forceUpdate(); }); } }, @@ -191,15 +190,15 @@ module.exports = React.createClass({ self.setState({ phase: self.phases.DISPLAY }); - - self.forceUpdate(); }); }, renderNotifRulesTableRow: function(title, className, pushRuleState, disabled) { return (