Poprawka wyświetlania sumy dystansu

This commit is contained in:
2022-12-26 13:54:30 +01:00
parent 22a6d266cb
commit c06e7b6468
+1 -1
View File
@@ -21,7 +21,7 @@
</template> </template>
<template #distance> <template #distance>
<b class="text--primary"> {{ data.stats.distanceSum }} km </b> <b class="text--primary"> {{ data.stats.distanceSum?.toFixed(2) }} km </b>
</template> </template>
</i18n-t> </i18n-t>
</div> </div>