and another

pull/21833/head
Travis Ralston 2020-06-16 17:42:26 -06:00
parent 7a71ef9b6b
commit 9878c1dc34
1 changed files with 1 additions and 1 deletions
src/components/views/rooms

View File

@ -305,7 +305,7 @@ export default class RoomTile2 extends React.Component<IProps, IState> {
role="treeitem" role="treeitem"
> >
<div className="mx_RoomTile2_avatarContainer"> <div className="mx_RoomTile2_avatarContainer">
<RoomAvatar room={this.props.room} width={avatarSize} height={avatarSize}/> <RoomAvatar room={this.props.room} width={avatarSize} height={avatarSize} />
<RoomTileIcon room={this.props.room} tag={this.props.tag} /> <RoomTileIcon room={this.props.room} tag={this.props.tag} />
</div> </div>
{nameContainer} {nameContainer}