diff --git a/x-pack/plugins/maps/public/components/tooltip_selector/__snapshots__/add_tooltip_field_popover.test.tsx.snap b/x-pack/plugins/maps/public/components/tooltip_selector/__snapshots__/add_tooltip_field_popover.test.tsx.snap
index 84534515dfa57..875f5df72b1be 100644
--- a/x-pack/plugins/maps/public/components/tooltip_selector/__snapshots__/add_tooltip_field_popover.test.tsx.snap
+++ b/x-pack/plugins/maps/public/components/tooltip_selector/__snapshots__/add_tooltip_field_popover.test.tsx.snap
@@ -54,7 +54,9 @@ exports[`Should remove selected fields from selectable 1`] = `
-
+
@@ -143,7 +145,9 @@ exports[`Should render 1`] = `
-
+
diff --git a/x-pack/plugins/maps/public/connected_components/right_side_controls/layer_control/layer_toc/toc_entry/index.ts b/x-pack/plugins/maps/public/connected_components/right_side_controls/layer_control/layer_toc/toc_entry/index.ts
index 114387fdc86de..7f879e8501629 100644
--- a/x-pack/plugins/maps/public/connected_components/right_side_controls/layer_control/layer_toc/toc_entry/index.ts
+++ b/x-pack/plugins/maps/public/connected_components/right_side_controls/layer_control/layer_toc/toc_entry/index.ts
@@ -29,7 +29,8 @@ import {
hideTOCDetails,
showTOCDetails,
toggleLayerVisible,
- setDrawMode, updateDrawState,
+ setDrawMode,
+ updateDrawState,
} from '../../../../../actions';
import { DRAW_MODE } from '../../../../../../common';