From 6f651289288850c62958b0a60a27ced021e91d6d Mon Sep 17 00:00:00 2001 From: David Baker Date: Mon, 17 Jul 2017 17:18:46 +0100 Subject: [PATCH] Disable edit button again until we have an API to edit group profile info --- src/components/structures/GroupView.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/components/structures/GroupView.js b/src/components/structures/GroupView.js index 8f8ec84a78..a4216a78d0 100644 --- a/src/components/structures/GroupView.js +++ b/src/components/structures/GroupView.js @@ -247,6 +247,7 @@ export default React.createClass({ }, _onSaveClick: function() { + // TODO: There's no API to edit group profile info yet. }, _getFeaturedRoomsNode() { @@ -420,7 +421,8 @@ export default React.createClass({ {this._getFeaturedRoomsNode()} {this._getFeaturedUsersNode()} ; - rightButtons = + // disabled until editing works + rightButtons = null;// ; }