mirror of
https://github.com/vector-im/element-web.git
synced 2025-09-12 17:21:10 +02:00
Merge remote-tracking branch 'origin/develop' into develop
This commit is contained in:
commit
6583befa76
@ -125,9 +125,7 @@ export default React.createClass({
|
||||
|
||||
const av = <BaseAvatar name={groupName} width={24} height={24} url={httpAvatarUrl} />;
|
||||
|
||||
const nameClasses = classNames({
|
||||
'mx_RoomTile_name': true,
|
||||
'mx_RoomTile_invite': this.props.isInvite,
|
||||
const nameClasses = classNames('mx_RoomTile_name mx_RoomTile_invite mx_RoomTile_badgeShown', {
|
||||
'mx_RoomTile_badgeShown': this.state.badgeHover || this.state.menuDisplayed,
|
||||
});
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user