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