diff options
Diffstat (limited to 'modern/src/map')
-rw-r--r-- | modern/src/map/SelectedDeviceMap.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modern/src/map/SelectedDeviceMap.js b/modern/src/map/SelectedDeviceMap.js index e55ee10c..38cb6abf 100644 --- a/modern/src/map/SelectedDeviceMap.js +++ b/modern/src/map/SelectedDeviceMap.js @@ -56,7 +56,6 @@ const SelectedDeviceMap = () => { useEffect(() => { if (mapCenter) { map.easeTo({ center: mapCenter.position }); - showStatus(mapCenter.deviceId, mapCenter.position); } }, [mapCenter]); |