Skip to content

Commit

Permalink
adding missed padding
Browse files Browse the repository at this point in the history
  • Loading branch information
jgowdyelastic committed Aug 6, 2020
1 parent 205d370 commit 0a6c91b
Showing 1 changed file with 8 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -358,14 +358,15 @@ export class FileDataVisualizerView extends Component {
/>

{bottomBarVisible && (
<BottomBar
mode={MODE.IMPORT}
onChangeMode={this.changeMode}
onCancel={this.onCancel}
/>
<>
<BottomBar
mode={MODE.IMPORT}
onChangeMode={this.changeMode}
onCancel={this.onCancel}
/>
<BottomPadding />
</>
)}

<BottomPadding />
</>
)}
</div>
Expand Down

0 comments on commit 0a6c91b

Please sign in to comment.