summaryrefslogtreecommitdiffstats
path: root/web/react/components/user_list_row.jsx
diff options
context:
space:
mode:
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