You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-13 08:02:38 +03:00
Bug fixes
This commit is contained in:
@@ -58,7 +58,7 @@ export default class DecoratedRoomAvatar extends React.PureComponent<IProps, ISt
|
||||
|
||||
return <div className="mx_DecoratedRoomAvatar">
|
||||
<RoomAvatar room={this.props.room} width={this.props.avatarSize} height={this.props.avatarSize} />
|
||||
<RoomTileIcon room={this.props.room} tag={this.props.tag} isBlah={true}/>
|
||||
<RoomTileIcon room={this.props.room} tag={this.props.tag} />
|
||||
{badge}
|
||||
</div>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user