Fixed kilometer conversion

ref #141
This commit is contained in:
2021-07-05 17:15:50 +02:00
parent 47c898bdfd
commit 134f00c40e
2 changed files with 2 additions and 2 deletions

View File

@@ -206,7 +206,7 @@
{/if}
</td>
<td class="px-6 py-4 whitespace-nowrap">
{runner.distance}
{runner.distance /1000 } km
</td>
{#if active_deletes[runner.id] === true}
<td