fix failing linter tests
This commit is contained in:
parent
91b9a04ede
commit
b817c06c6e
1 changed files with 1 additions and 1 deletions
|
@ -157,7 +157,7 @@ export default class BasicMessageEditor extends React.Component {
|
||||||
this._hidePlaceholder();
|
this._hidePlaceholder();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if(isEmpty) {
|
if (isEmpty) {
|
||||||
this._formatBarRef.hide();
|
this._formatBarRef.hide();
|
||||||
}
|
}
|
||||||
this.setState({autoComplete: this.props.model.autoComplete});
|
this.setState({autoComplete: this.props.model.autoComplete});
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue