drop laptime runner stats, fix runner distance page

This commit is contained in:
Philipp Dormann 2023-04-15 23:00:44 +02:00
parent d30be90102
commit 88449174a1
Signed by: philipp
GPG Key ID: 3BB9ADD52DCA4314
1 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@
$: pages = [
"general",
"runners_distance",
"runners_laptime",
// "runners_laptime",
"orgs_distance",
// "teams_distance",
];
@ -191,7 +191,7 @@
>
{$_("top-laeufer")} ({$_("distanz")})
</h1>
{#if runners_by_laptime.length === 0}
{#if runners.length === 0}
<p class="w-full text-center text-3xl font-semibold">
Noch keine Daten...
</p>