From 168cf69b539502119f728bd35bb1a5cb132f129c 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 24ada8d99..67587ccfb 100644 --- a/app/screens/channel_info/channel_info.js +++ b/app/screens/channel_info/channel_info.js @@ -497,7 +497,6 @@ export default class ChannelInfo extends PureComponent { /> )} - ); }; @@ -536,60 +535,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() && - - - + + + }