Remove unused prop

pull/21833/head
Germain Souquet 2021-05-24 17:30:37 +01:00
parent 3b69c0203c
commit cdecc156df
1 changed files with 0 additions and 1 deletions

View File

@ -530,7 +530,6 @@ export default class RoomSublist extends React.Component<IProps, IState> {
tiles.push(<RoomTile tiles.push(<RoomTile
room={room} room={room}
key={`room-${room.roomId}`} key={`room-${room.roomId}`}
resizeNotifier={this.props.resizeNotifier}
showMessagePreview={this.layout.showPreviews} showMessagePreview={this.layout.showPreviews}
isMinimized={this.props.isMinimized} isMinimized={this.props.isMinimized}
tag={this.props.tagId} tag={this.props.tagId}