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;// ; }