Appease the types

This commit is contained in:
Jorik Schellekens 2020-05-25 17:53:09 +01:00
parent 303691eb72
commit fc1f14f5aa
2 changed files with 4 additions and 4 deletions

View file

@ -214,7 +214,7 @@ export default class RoomTile2 extends React.Component<IProps, IState> {
let tooltip = null;
if (false) { // isCollapsed
if (this.state.hover) {
tooltip = <Tooltip className="mx_RoomTile_tooltip" label={this.props.room.name} dir="auto"/>
tooltip = <Tooltip className="mx_RoomTile_tooltip" label={this.props.room.name} />
}
}