mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-05 12:16:53 +02:00
Fix code style
This commit is contained in:
parent
3194c5c61d
commit
9333793a7c
@ -39,7 +39,7 @@ export default class EditableTextContainer extends React.Component {
|
||||
errorString: null,
|
||||
value: props.initialValue,
|
||||
};
|
||||
this._onValueChanged=this._onValueChanged.bind(this);
|
||||
this._onValueChanged = this._onValueChanged.bind(this);
|
||||
}
|
||||
|
||||
componentWillMount() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user