From 7ceaabb166fe1c07357e0d7d99f23cbc62c07c93 Mon Sep 17 00:00:00 2001 From: Richard van der Hoff Date: Fri, 3 Feb 2017 12:00:33 +0000 Subject: [PATCH] RightPanel: remove superfluous divs --- src/components/structures/RightPanel.js | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/src/components/structures/RightPanel.js b/src/components/structures/RightPanel.js index f609a4cd46..04a981196b 100644 --- a/src/components/structures/RightPanel.js +++ b/src/components/structures/RightPanel.js @@ -197,27 +197,26 @@ module.exports = React.createClass({ if (this.props.roomId) { buttonGroup =
-
- +
{ membersBadge ? membersBadge :  }
{ membersHighlight }
-
-
- +
 
{ filesHighlight }
-
-
- +
 
{ notificationsHighlight }
-
@@ -262,4 +261,3 @@ module.exports = React.createClass({ ); } }); -