You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-10 09:22:25 +03:00
Fix code style
This commit is contained in:
@@ -39,7 +39,7 @@ export default class EditableTextContainer extends React.Component {
|
|||||||
errorString: null,
|
errorString: null,
|
||||||
value: props.initialValue,
|
value: props.initialValue,
|
||||||
};
|
};
|
||||||
this._onValueChanged=this._onValueChanged.bind(this);
|
this._onValueChanged = this._onValueChanged.bind(this);
|
||||||
}
|
}
|
||||||
|
|
||||||
componentWillMount() {
|
componentWillMount() {
|
||||||
|
|||||||
Reference in New Issue
Block a user