From f6f80bf9ce629af8e28102a923d19e44fd99e370 Mon Sep 17 00:00:00 2001 From: David Baker Date: Fri, 14 Jul 2017 17:22:17 +0100 Subject: [PATCH] Remove now unused 'edit' block And add some css classes --- src/components/structures/GroupView.js | 68 +++++--------------------- 1 file changed, 12 insertions(+), 56 deletions(-) diff --git a/src/components/structures/GroupView.js b/src/components/structures/GroupView.js index 5aa6b1d2a9..2b48e6cd46 100644 --- a/src/components/structures/GroupView.js +++ b/src/components/structures/GroupView.js @@ -312,52 +312,6 @@ export default React.createClass({ if (this.state.summary === null && this.state.error === null) { return ; - } else if (false && this.state.editing) { - const summary = this.state.summary; - const avatarEdit = ( -
-
- -
-
- - -
-
- ); - - return
- {avatarEdit} - - - - {_t('Save')} - - - {_t("Cancel")}/ - -