Compare commits

..

No commits in common. "997be32679dc38c9fb0e92b6ce011057b854d99d" and "47c898bdfd893b2cd4331055c262956dea5b68a1" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View File

@ -294,7 +294,7 @@
<div class="text-sm w-full"> <div class="text-sm w-full">
<span class="font-medium text-gray-700">{$_('distance')}</span> <span class="font-medium text-gray-700">{$_('distance')}</span>
<br /> <br />
<span class="text-gray-700">{original_data.distance /1000 } km</span> <span class="text-gray-700">{original_data.distance} km</span>
</div> </div>
</section> </section>
{:catch error} {:catch error}

View File

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