diff --git a/src/components/map/LocationInfo.tsx b/src/components/map/LocationInfo.tsx index 1de1cda..5f50308 100644 --- a/src/components/map/LocationInfo.tsx +++ b/src/components/map/LocationInfo.tsx @@ -89,7 +89,7 @@ const LocationInfo: React.FC<{}> = () => { roughDistance(scope.center, { lon: first.geometry.coordinates[0], lat: first.geometry.coordinates[1], - }) > + }) - roughDistance(scope.center, { lon: second.geometry.coordinates[0], lat: second.geometry.coordinates[1],