summaryrefslogtreecommitdiffstats
path: root/web/react/components/user_list_row.jsx
diff options
context:
space:
mode:
authorHarrison Healey <harrisonmhealey@gmail.com>2016-03-04 14:33:11 -0500
committerHarrison Healey <harrisonmhealey@gmail.com>2016-03-04 14:33:11 -0500
commit04b59e1a3e13f1a2af8d45846a5a4884f3cfa5df (patch)
tree30e82c81d3af1fd2ec6f880667a5b7ff111c0f5e /web/react/components/user_list_row.jsx
parentd1b1148ea8a0290a66ef7c75d1910c2558fa6186 (diff)
downloadchat-04b59e1a3e13f1a2af8d45846a5a4884f3cfa5df.tar.gz
chat-04b59e1a3e13f1a2af8d45846a5a4884f3cfa5df.tar.bz2
chat-04b59e1a3e13f1a2af8d45846a5a4884f3cfa5df.zip
Moved Join button to right side of MoreChannels modal
Diffstat (limited to 'web/react/components/user_list_row.jsx')
-rw-r--r--web/react/components/user_list_row.jsx1
1 files changed, 0 insertions, 1 deletions
diff --git a/web/react/components/user_list_row.jsx b/web/react/components/user_list_row.jsx
index 2aeca7d47..68b723f35 100644
--- a/web/react/components/user_list_row.jsx
+++ b/web/react/components/user_list_row.jsx
@@ -28,7 +28,6 @@ export default function UserListRow({user, actions}) {
<tr>
<td
key={user.id}
- className='direct-channel'
style={{display: 'flex'}}
>
<img