1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-07-28 15:22:05 +03:00

Fix lint errors

This commit is contained in:
Tulir Asokan
2020-03-05 13:44:54 +02:00
parent a8c5574bc8
commit 03d36f30ec
5 changed files with 4 additions and 8 deletions

View File

@ -123,6 +123,6 @@ export default createReactClass({
editState={this.props.editState}
onHeightChanged={this.props.onHeightChanged}
onMessageAllowed={this.onTileUpdate}
/> : null
/> : null;
},
});