Skip to content

Commit

Permalink
Remove whitespaces.
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioEstevao committed Aug 24, 2018
1 parent 1f1f412 commit aaf5f34
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/block-management/block-manager.js
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ export default class BlockManager extends React.Component<PropsType, StateType>
);
}

render() {
render() {
const list = this.renderList();
const blockTypePicker = (
<BlockPicker
Expand All @@ -231,9 +231,9 @@ export default class BlockManager extends React.Component<PropsType, StateType>
value={ this.state.showHtml }
onValueChange={ this.handleSwitchEditor }
/>
</View>
</View>
{ this.state.showHtml && this.renderHTML() }
{ ! this.state.showHtml && list }
{ ! this.state.showHtml && list }
{ blockTypePicker }
</View>
);
Expand Down

0 comments on commit aaf5f34

Please sign in to comment.