Fixed condition in homepage

This commit is contained in:
Keannu Bernasol 2023-07-26 10:04:15 +08:00
parent b43577870b
commit cd85852c9b

View file

@ -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 (
<AnimatedMapView