1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-14 19:02:33 +03:00

style a room pill even if we don't find the room

This commit is contained in:
Bruno Windels
2020-02-21 13:00:32 +01:00
parent f6313b51e6
commit 4219d2fcf6

View File

@@ -241,8 +241,8 @@ const Pill = createReactClass({
if (this.props.shouldShowPillAvatar) {
avatar = <RoomAvatar room={room} width={16} height={16} aria-hidden="true" />;
}
pillClass = 'mx_RoomPill';
}
pillClass = 'mx_RoomPill';
}
break;
case Pill.TYPE_GROUP_MENTION: {