You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-24 06:02:08 +03:00
fix lint
This commit is contained in:
@ -899,7 +899,7 @@ export default React.createClass({
|
|||||||
initialValue={this.state.profileForm.short_description}
|
initialValue={this.state.profileForm.short_description}
|
||||||
onValueChanged={this._onShortDescChange}
|
onValueChanged={this._onShortDescChange}
|
||||||
tabIndex="2"
|
tabIndex="2"
|
||||||
dir="auto" />
|
dir="auto" />;
|
||||||
|
|
||||||
rightButtons.push(
|
rightButtons.push(
|
||||||
<AccessibleButton className="mx_GroupView_textButton mx_RoomHeader_textButton"
|
<AccessibleButton className="mx_GroupView_textButton mx_RoomHeader_textButton"
|
||||||
|
Reference in New Issue
Block a user