chore: build
This commit is contained in:
@@ -70,7 +70,6 @@ export const maneuverIcons: Record<string, string> = {
|
||||
DEFAULT: "arrow-up",
|
||||
};
|
||||
|
||||
// ---- Helpers ----
|
||||
function formatDistance(meters: number): string {
|
||||
if (meters < 1000) return `${Math.round(meters)} m`;
|
||||
return `${(meters / 1000).toFixed(1)} km`;
|
||||
|
||||
Reference in New Issue
Block a user