From 1ab2925ac13e8998396ba2475e2ec8a1ebd94177 Mon Sep 17 00:00:00 2001 From: Elias Nahum Date: Thu, 13 Dec 2018 15:34:22 -0300 Subject: [PATCH] Remove extra divider below Edit Channel in Channel info (#2454) * Remove extra divider below Edit Channel in Channel info * Fix indentation --- app/screens/channel_info/channel_info.js | 92 ++++++++++++------------ 1 file changed, 46 insertions(+), 46 deletions(-) diff --git a/app/screens/channel_info/channel_info.js b/app/screens/channel_info/channel_info.js index 106f67fde..557cab03c 100644 --- a/app/screens/channel_info/channel_info.js +++ b/app/screens/channel_info/channel_info.js @@ -468,7 +468,6 @@ export default class ChannelInfo extends PureComponent { /> )} - ); }; @@ -507,60 +506,61 @@ export default class ChannelInfo extends PureComponent { style={style.scrollView} > {currentChannel.hasOwnProperty('id') && - + } {this.actionsRows(style, channelIsArchived)} {this.renderLeaveOrDeleteChannelRow() && - - - + + + + } {this.renderLeaveOrDeleteChannelRow() && canDeleteChannel && !channelIsArchived && - - - + + + } {this.renderCloseDirect() && - - - + + + }