summaryrefslogtreecommitdiffstats
path: root/webapp/components/searchable_channel_list.jsx
diff options
context:
space:
mode:
authorJoram Wilander <jwawilander@gmail.com>2017-01-04 14:12:35 -0500
committerHarrison Healey <harrisonmhealey@gmail.com>2017-01-04 14:12:35 -0500
commiteae6b13fca9a620051869aa449cedba042984531 (patch)
treeee49d33d6f3c22df8fa0ad74ba65a5c9ffd5014c /webapp/components/searchable_channel_list.jsx
parent635628cf30460a75d3a870394ad66db91f3bea9f (diff)
downloadchat-eae6b13fca9a620051869aa449cedba042984531.tar.gz
chat-eae6b13fca9a620051869aa449cedba042984531.tar.bz2
chat-eae6b13fca9a620051869aa449cedba042984531.zip
Revert "Ui fixes" (#4963)
Diffstat (limited to 'webapp/components/searchable_channel_list.jsx')
-rw-r--r--webapp/components/searchable_channel_list.jsx4
1 files changed, 1 insertions, 3 deletions
diff --git a/webapp/components/searchable_channel_list.jsx b/webapp/components/searchable_channel_list.jsx
index df1fb61f7..afd113975 100644
--- a/webapp/components/searchable_channel_list.jsx
+++ b/webapp/components/searchable_channel_list.jsx
@@ -180,9 +180,7 @@ export default class SearchableChannelList extends React.Component {
ref='channelList'
className='more-modal__list'
>
- <div>
- {listContent}
- </div>
+ {listContent}
</div>
<div className='filter-controls'>
{previousButton}