fix styling of sidebar user list

This commit is contained in:
Iuri Matias 2018-11-24 11:47:34 -05:00
parent efd2bf9510
commit 6b6340ec66
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ class Userlist extends PureComponent {
<div>
<List>
{usersList.map(user => (
<ListItem button key={channelUsers[user].pubkey} style={{ display: 'flex', flexDirection: 'column' }}>
<ListItem button key={channelUsers[user].pubkey} style={{ display: 'flex' }}>
{userOffline(channelUsers[user]) ? <OfflineBolt style={{ color: 'red' }} /> : <CheckCircle style={{ color: 'green' }} />}
<ListItemAvatar>
<Avatar>