Fix code style
This commit is contained in:
parent
3194c5c61d
commit
9333793a7c
1 changed files with 1 additions and 1 deletions
|
@ -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() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue