summaryrefslogtreecommitdiffstats
path: root/web/react/components/user_list_row.jsx
diff options
context:
space:
mode:
authorChristopher Speller <crspeller@gmail.com>2016-03-08 08:42:43 -0500
committerChristopher Speller <crspeller@gmail.com>2016-03-08 08:42:43 -0500
commit8dd3711bd8e8a76329e04bff142113516af11948 (patch)
treecd21951d0ede76feb0642652aab7367e32c7999a /web/react/components/user_list_row.jsx
parent3c141551488b9e956b4e1de0267f35768a25faed (diff)
parentc6fce25c7c7c67cf325367a8ed4dacc738582a26 (diff)
downloadchat-8dd3711bd8e8a76329e04bff142113516af11948.tar.gz
chat-8dd3711bd8e8a76329e04bff142113516af11948.tar.bz2
chat-8dd3711bd8e8a76329e04bff142113516af11948.zip
Merge pull request #2347 from hmhealey/morechannels
Fixed positioning of elements in 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 d75078619..d8442e770 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