Skip to content

Commit 0a6c91b

Browse files
committed
adding missed padding
1 parent 205d370 commit 0a6c91b

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

x-pack/plugins/ml/public/application/datavisualizer/file_based/components/file_datavisualizer_view/file_datavisualizer_view.js

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -358,14 +358,15 @@ export class FileDataVisualizerView extends Component {
358358
/>
359359

360360
{bottomBarVisible && (
361-
<BottomBar
362-
mode={MODE.IMPORT}
363-
onChangeMode={this.changeMode}
364-
onCancel={this.onCancel}
365-
/>
361+
<>
362+
<BottomBar
363+
mode={MODE.IMPORT}
364+
onChangeMode={this.changeMode}
365+
onCancel={this.onCancel}
366+
/>
367+
<BottomPadding />
368+
</>
366369
)}
367-
368-
<BottomPadding />
369370
</>
370371
)}
371372
</div>

0 commit comments

Comments
 (0)