fix failing linter tests
parent
91b9a04ede
commit
b817c06c6e
|
@ -157,7 +157,7 @@ export default class BasicMessageEditor extends React.Component {
|
|||
this._hidePlaceholder();
|
||||
}
|
||||
}
|
||||
if(isEmpty) {
|
||||
if (isEmpty) {
|
||||
this._formatBarRef.hide();
|
||||
}
|
||||
this.setState({autoComplete: this.props.model.autoComplete});
|
||||
|
|
Loading…
Reference in New Issue