diff --git a/src/components/map/mapbox/dron/DronMarker.js b/src/components/map/mapbox/dron/DronMarker.js index 8ac756c2..72fb8371 100644 --- a/src/components/map/mapbox/dron/DronMarker.js +++ b/src/components/map/mapbox/dron/DronMarker.js @@ -23,6 +23,7 @@ export const DronMarker = props => { const { controlGpList, controlGroupAuthInfo } = useSelector( state => state.controlGpState ); + const { objectId, isClickObject } = useSelector( state => state.controlMapReducer, shallowEqual @@ -336,8 +337,8 @@ export const DronMarker = props => {
- ${item?.elev}M - ${item?.speed}km + ${item?.elev}${item?.elevType} + ${item?.speed}${item?.speedType} ${ typeof item?.lat === 'number' && typeof item?.lng === 'number' ? `