We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents aeccec0 + 0b0a7a7 commit f605e3eCopy full SHA for f605e3e
lib/utils/functions.ts
@@ -58,7 +58,7 @@ export const convertLength = (
58
}
59
60
if (!useMetricUnits) {
61
- value = km * KM_PER_MI
+ value = km / KM_PER_MI
62
63
64
return parseInt(Math.ceil(value).toFixed(round), 10)
0 commit comments