We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bb5e15 commit 8b185baCopy full SHA for 8b185ba
mobile/components/OMap/OMap.tsx
@@ -54,7 +54,7 @@ export const OMap = (props: OMapProps) => {
54
longitudeDelta: 0.0421,
55
});
56
/** @DEV use a temp value here, so we do not update and re-use the same value (lagging) */
57
- const [tempSliderValue, setTempSliderValue] = useState(0);
+ const [tempSliderValue, setTempSliderValue] = useState(DEFAULT_RADIUS_SIZE);
58
59
useEffect(() => {
60
if (location) {
0 commit comments