aboutsummaryrefslogtreecommitdiff
path: root/modern/src
diff options
context:
space:
mode:
Diffstat (limited to 'modern/src')
-rw-r--r--modern/src/map/DefaultCameraMap.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/modern/src/map/DefaultCameraMap.js b/modern/src/map/DefaultCameraMap.js
index 5e30d568..9b501ce5 100644
--- a/modern/src/map/DefaultCameraMap.js
+++ b/modern/src/map/DefaultCameraMap.js
@@ -44,7 +44,7 @@ const DefaultCameraMap = () => {
}
}
}
- });
+ }, [selectedDeviceId, initialized, defaultLatitude, defaultLongitude, defaultZoom, positions]);
return null;
};