You've already forked matrix-react-sdk
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:
@ -123,6 +123,6 @@ export default createReactClass({
|
||||
editState={this.props.editState}
|
||||
onHeightChanged={this.props.onHeightChanged}
|
||||
onMessageAllowed={this.onTileUpdate}
|
||||
/> : null
|
||||
/> : null;
|
||||
},
|
||||
});
|
||||
|
Reference in New Issue
Block a user