diff --git a/src/components/structures/RightPanel.js b/src/components/structures/RightPanel.js index 105676704c..dc4f606c31 100644 --- a/src/components/structures/RightPanel.js +++ b/src/components/structures/RightPanel.js @@ -77,7 +77,7 @@ module.exports = React.createClass({ }, _delayedUpdate: new rate_limited_func(function() { - this.forceUpdate() + this.forceUpdate(); }, 500), onAction: function(payload) {