From 27f57f8f92d75fa68f203e75a212af5b3ff300d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EB=B0=95=EC=83=81=ED=98=84?= Date: Wed, 15 Nov 2023 17:37:21 +0900 Subject: [PATCH] =?UTF-8?q?=EB=93=9C=EB=A1=A0=20=EA=B4=80=EC=A0=9C=20?= =?UTF-8?q?=EC=8B=9C=EC=8A=A4=ED=85=9C=20=EB=82=A0=EC=94=A8=20=EC=A0=95?= =?UTF-8?q?=EB=B3=B4=20=EC=A3=BC=EC=84=9D=20=ED=95=B4=EC=A0=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/map/mapbox/dron/DronMarker.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/map/mapbox/dron/DronMarker.js b/src/components/map/mapbox/dron/DronMarker.js index d692c82..3e7e6db 100644 --- a/src/components/map/mapbox/dron/DronMarker.js +++ b/src/components/map/mapbox/dron/DronMarker.js @@ -269,7 +269,7 @@ export const DronMarker = props => { const handlerDronClick = (controlId, idntfNum) => { // get detail, history, flight-plan dispatch(objectClickAction(controlId)); - // dispatch(controlGpDtlAction.request(controlId)); + dispatch(controlGpDtlAction.request(controlId)); // dispatch(controlGpFlightPlanAction.request(idntfNum)); };