diff --git a/src/routes/seasonpicks/+page.svelte b/src/routes/seasonpicks/+page.svelte
index 89897d0..9c47b4d 100644
--- a/src/routes/seasonpicks/+page.svelte
+++ b/src/routes/seasonpicks/+page.svelte
@@ -70,51 +70,68 @@
Hottake
-
-
- Drivers
Champion
- WDC
-
+ {#await data.seasonpicks then seasonpicks}
+ {#if seasonpicks.length > 0}
+
+
+ Drivers
Champion
+ WDC
+
-
-
- Constructors
Champion
- WCC
-
+
+
+ Constructors
Champion
+ WCC
+
-
-
- Most Overtakes
- Overtakes
-
+
+
+ Most Overtakes
+ Overtakes
+
-
-
- Most DNFs
- DNFs
-
+
+
+ Most DNFs
+ DNFs
+
-
-
- Doohan Starts
- Doohan
-
+
+
+ Doohan Starts
+ Doohan
+
-
-
- Team-Battle
Winners
- Teamwin.
-
+
+
+ Team-Battle
Winners
+ Teamwin.
+
-
-
- Podiums
- Podiums
-
+
+
+ Podiums
+ Podiums
+
+ {/if}
+ {/await}
@@ -167,108 +184,110 @@
{hottake?.hottake ?? "?"}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Jack Doohan startet {pick?.doohanstarts ?? "?"} mal.
-
-
-
-
-
-