From cd85852c9b3b4f2100a68530e20a0e11196675b3 Mon Sep 17 00:00:00 2001 From: Keannu Bernasol Date: Wed, 26 Jul 2023 10:04:15 +0800 Subject: [PATCH] Fixed condition in homepage --- src/routes/Home/Home.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 (