fix failing linter tests

pull/21833/head
thobyv-kismat 2020-03-24 19:09:50 +01:00
parent 91b9a04ede
commit b817c06c6e
1 changed files with 1 additions and 1 deletions

View File

@ -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});