From be7228996aa67933b08fbd9a03b356c7f277081f Mon Sep 17 00:00:00 2001 From: David Baker Date: Fri, 21 Jul 2017 14:18:28 +0100 Subject: [PATCH] This should be null rather than false --- src/components/structures/GroupView.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) => {