diff --git a/src/components/structures/GroupView.js b/src/components/structures/GroupView.js index 96c8044e2b..5f7866773d 100644 --- a/src/components/structures/GroupView.js +++ b/src/components/structures/GroupView.js @@ -281,7 +281,7 @@ export default React.createClass({ editing: false, summary: null, }); - return this._loadGroupFromServer(this.props.groupId); + this._loadGroupFromServer(this.props.groupId); }).catch((e) => { this.setState({ saving: false,