diff --git a/src/routes/Home/Home.tsx b/src/routes/Home/Home.tsx index 5375e58..f8f409a 100644 --- a/src/routes/Home/Home.tsx +++ b/src/routes/Home/Home.tsx @@ -47,7 +47,7 @@ export default function Home() { }; function CustomMap() { if (dist !== null && location !== null) { - if (dist >= 1) { + if (dist <= 1) { // Just switch this condition for map debugging return ; } else {