From e214aae719c10953c4c3a7949c9bd02d6983b045 Mon Sep 17 00:00:00 2001 From: Asaad Mahmood Date: Mon, 14 Mar 2016 22:35:57 +0500 Subject: PLT-963 - Improving scss structure --- web/react/components/more_channels.jsx | 31 +++++++++++++++---------------- 1 file changed, 15 insertions(+), 16 deletions(-) (limited to 'web/react/components/more_channels.jsx') diff --git a/web/react/components/more_channels.jsx b/web/react/components/more_channels.jsx index 3309ef52e..2ba435449 100644 --- a/web/react/components/more_channels.jsx +++ b/web/react/components/more_channels.jsx @@ -95,17 +95,18 @@ export default class MoreChannels extends React.Component { } return ( - - -
-

{channel.display_name}

-

{channel.purpose}

-
-
- {joinButton} -
- - +
+
+

{channel.display_name}

+

{channel.purpose}

+
+
+ {joinButton} +
+
); } render() { @@ -127,11 +128,9 @@ export default class MoreChannels extends React.Component { moreChannels = ; } else if (channels.length) { moreChannels = ( - - - {channels.map(this.createChannelRow)} - -
+
+ {channels.map(this.createChannelRow)} +
); } else { moreChannels = ( -- cgit v1.2.3-1-g7c22