From ce074b5d2276da6f27bbe2f504f83a447aee4cb1 Mon Sep 17 00:00:00 2001 From: evlist Date: Tue, 11 Oct 2022 23:32:37 +0200 Subject: [PATCH] Stupib bug sorting notes. --- src/components/map/LocationInfo.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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],