Merge pull request #4635 from JorikSchellekens/joriks/field-ts

Move Field to Typescript
This commit is contained in:
Jorik Schellekens 2020-05-26 16:13:03 +01:00 committed by GitHub
commit 076a3e058d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 632 additions and 535 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} />
}
}