style a room pill even if we don't find the room
This commit is contained in:
parent
f6313b51e6
commit
4219d2fcf6
1 changed files with 1 additions and 1 deletions
|
@ -241,8 +241,8 @@ const Pill = createReactClass({
|
||||||
if (this.props.shouldShowPillAvatar) {
|
if (this.props.shouldShowPillAvatar) {
|
||||||
avatar = <RoomAvatar room={room} width={16} height={16} aria-hidden="true" />;
|
avatar = <RoomAvatar room={room} width={16} height={16} aria-hidden="true" />;
|
||||||
}
|
}
|
||||||
pillClass = 'mx_RoomPill';
|
|
||||||
}
|
}
|
||||||
|
pillClass = 'mx_RoomPill';
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
case Pill.TYPE_GROUP_MENTION: {
|
case Pill.TYPE_GROUP_MENTION: {
|
||||||
|
|
Loading…
Reference in a new issue