From 0f9f8389c0b95a2527a596a888cfa38c9d69e475 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?sanguu516=28=EB=B0=95=EC=83=81=ED=98=84=29?= Date: Mon, 4 Sep 2023 15:37:00 +0900 Subject: [PATCH] =?UTF-8?q?=EC=A7=80=EB=8F=84=20rollback?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/map/MapControl.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/map/MapControl.js b/src/components/map/MapControl.js index 993c7138..e550c41e 100644 --- a/src/components/map/MapControl.js +++ b/src/components/map/MapControl.js @@ -5,8 +5,8 @@ import MapBoxMap from './mapbox/MapBoxMap'; export const MapControl = props => { return ( - // <>{props.mapType === 'google' ? : } + <>{props.mapType === 'google' ? : } // - + // ); };