From 810fb42458627a240651c6756754a65ba5a83cf6 Mon Sep 17 00:00:00 2001 From: David Baker Date: Fri, 26 May 2017 13:25:46 +0100 Subject: [PATCH] Fix indenting --- src/components/structures/RightPanel.js | 46 ++++++++++++------------- 1 file changed, 23 insertions(+), 23 deletions(-) diff --git a/src/components/structures/RightPanel.js b/src/components/structures/RightPanel.js index c12952fbdd..c7f5394bf1 100644 --- a/src/components/structures/RightPanel.js +++ b/src/components/structures/RightPanel.js @@ -198,29 +198,29 @@ module.exports = React.createClass({ if (this.props.roomId) { buttonGroup =
- -
{ membersBadge ? membersBadge :  }
- - { membersHighlight } -
- -
 
- - { filesHighlight } -
- -
 
- - { notificationsHighlight } -
-
- -
+ +
{ membersBadge ? membersBadge :  }
+ + { membersHighlight } +
+ +
 
+ + { filesHighlight } +
+ +
 
+ + { notificationsHighlight } +
+
+ +
; }