From 92c598dbcf4f287bc290e5a758b42c019391b055 Mon Sep 17 00:00:00 2001 From: Bruno Windels Date: Tue, 18 Dec 2018 15:38:15 +0100 Subject: [PATCH] remove group header expand right panel button --- src/components/structures/GroupView.js | 9 --------- 1 file changed, 9 deletions(-) diff --git a/src/components/structures/GroupView.js b/src/components/structures/GroupView.js index d77837ad63..478126db75 100644 --- a/src/components/structures/GroupView.js +++ b/src/components/structures/GroupView.js @@ -1272,15 +1272,6 @@ export default React.createClass({ , ); - if (this.props.collapsedRhs) { - rightButtons.push( - - - , - ); - } } const rightPanel = !this.props.collapsedRhs ? : undefined;