Skip to content

Commit a17749d

Browse files
committed
fix: change default radius, tested onboarding screen
1 parent b564a6b commit a17749d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mobile/components/OMap/OMap.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ interface OMapProps {
4343
showBlacklistedRegions: boolean;
4444
}
4545

46-
const DEFAULT_RADIUS_SIZE = 1000;
46+
const DEFAULT_RADIUS_SIZE = 250;
4747

4848
export const OMap = (props: OMapProps) => {
4949
const { saveChangesToBackend, showHeatmap, showBlacklistedRegions } = props;

0 commit comments

Comments
 (0)