properly style Group Pill

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
Michael Telatynski 2018-06-22 14:36:29 +01:00
parent d92d95c37d
commit 32ab997230
No known key found for this signature in database
GPG key ID: 3F879DA5AD802A5E
3 changed files with 13 additions and 2 deletions

View file

@ -260,7 +260,7 @@ const Pill = React.createClass({
avatar = <BaseAvatar name={name || groupId} width={16} height={16}
url={avatarUrl ? cli.mxcUrlToHttp(avatarUrl, 16, 16) : null} />;
}
pillClass = 'mx_RoomPill' || 'mx_GroupPill';
pillClass = 'mx_GroupPill';
}
}
break;