Skip to content

Commit 6520c95

Browse files
author
Sine Jespersen
committed
add todo in info
1 parent ad52a58 commit 6520c95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/info.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ function Info() {
1515
const distance = getDistanceBetweenCoordinates(
1616
lat,
1717
long,
18-
56.153574116526194,
18+
56.153574116526194, // Todo, as of now this is hardcoded to the center of Aarhus, this is perhaps not a good solution in the long run.
1919
10.21435188437761
2020
);
2121
setDistance(distance);

0 commit comments

Comments
 (0)