Compare commits
No commits in common. "997be32679dc38c9fb0e92b6ce011057b854d99d" and "47c898bdfd893b2cd4331055c262956dea5b68a1" have entirely different histories.
997be32679
...
47c898bdfd
@ -294,7 +294,7 @@
|
||||
<div class="text-sm w-full">
|
||||
<span class="font-medium text-gray-700">{$_('distance')}</span>
|
||||
<br />
|
||||
<span class="text-gray-700">{original_data.distance /1000 } km</span>
|
||||
<span class="text-gray-700">{original_data.distance} km</span>
|
||||
</div>
|
||||
</section>
|
||||
{:catch error}
|
||||
|
@ -206,7 +206,7 @@
|
||||
{/if}
|
||||
</td>
|
||||
<td class="px-6 py-4 whitespace-nowrap">
|
||||
{runner.distance /1000 } km
|
||||
{runner.distance}
|
||||
</td>
|
||||
{#if active_deletes[runner.id] === true}
|
||||
<td
|
||||
|
Loading…
x
Reference in New Issue
Block a user