Remove redundant tag prop

This commit is contained in:
Michael Telatynski 2021-05-13 14:23:10 +01:00
parent 712bdba09f
commit f6e8d38b87
4 changed files with 0 additions and 5 deletions

View file

@ -177,7 +177,6 @@ export default class RoomHeader extends React.Component {
roomAvatar = <DecoratedRoomAvatar
room={this.props.room}
avatarSize={32}
tag={DefaultTagID.Untagged} // to apply room publicity badging
oobData={this.props.oobData}
viewAvatarOnClick={true}
/>;