From 3e27529a41b8f8f61a17f71be43eae6eb70692a8 Mon Sep 17 00:00:00 2001 From: Elizabeth Thompson Date: Tue, 21 Nov 2023 16:48:22 -0800 Subject: [PATCH] lint indent --- .../plugins/legacy-plugin-chart-map-box/src/MapBox.jsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/superset-frontend/plugins/legacy-plugin-chart-map-box/src/MapBox.jsx b/superset-frontend/plugins/legacy-plugin-chart-map-box/src/MapBox.jsx index 2912d0f172581..e042cb9c04bbb 100644 --- a/superset-frontend/plugins/legacy-plugin-chart-map-box/src/MapBox.jsx +++ b/superset-frontend/plugins/legacy-plugin-chart-map-box/src/MapBox.jsx @@ -57,7 +57,7 @@ const defaultProps = { }; const MapBox = (props) => { -const { width, height, bounds } = props; + const { width, height, bounds } = props; const mercator = new ViewportMercator({ width, height, @@ -71,10 +71,10 @@ const { width, height, bounds } = props; }); const handleViewportChangeHandler = useCallback((viewport) => { - setViewport(viewport); - const { onViewportChange } = props; - onViewportChange(viewport); - }, [viewport]); + setViewport(viewport); + const { onViewportChange } = props; + onViewportChange(viewport); + }, [viewport]); const { width,