diff --git a/src/routes/Home/Home.tsx b/src/routes/Home/Home.tsx index f18c804..7f146cd 100644 --- a/src/routes/Home/Home.tsx +++ b/src/routes/Home/Home.tsx @@ -70,7 +70,7 @@ export default function Home() { function CustomMap() { if (dist && location) { - if (dist >= 2) { + if (dist <= 2) { // Just switch this condition for map debugging return (