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({ ); } }); -