Stupib bug sorting notes.

This commit is contained in:
Eric van der Vlist 2022-10-11 23:32:37 +02:00
parent 61d3373c89
commit ce074b5d22
1 changed files with 1 additions and 1 deletions

View File

@ -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],