aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--modern/src/map/SelectedDeviceMap.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/modern/src/map/SelectedDeviceMap.js b/modern/src/map/SelectedDeviceMap.js
index e55ee10..38cb6ab 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]);