Client - use imperial units in user profile

This commit is contained in:
Sam
2021-11-14 14:53:25 +01:00
parent f867ad7a4b
commit c069e7ff0c
2 changed files with 13 additions and 5 deletions

View File

@ -49,7 +49,7 @@
unitTo.value,
digits.value
)
: distance.value
: distance.value.toFixed(digits.value)
)
</script>