From a65cc90ae4d7f81a707b701cfaec7fea165d057c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roman=20Kr=C4=8Dek?= Date: Sun, 29 Jun 2025 17:30:44 +0200 Subject: [PATCH] Fix incorrect retrieval of event ID --- .../private/events/archived/+page.svelte | 4 +- .../private/events/creator/+page.svelte | 58 ++++++++++--------- 2 files changed, 33 insertions(+), 29 deletions(-) diff --git a/src/routes/private/events/archived/+page.svelte b/src/routes/private/events/archived/+page.svelte index e309c53..2df8b53 100644 --- a/src/routes/private/events/archived/+page.svelte +++ b/src/routes/private/events/archived/+page.svelte @@ -1,5 +1,6 @@ -
- {#if isAddingParticipants} -

Add Participants to "{event.name}"

- {/if} -
+{#if isAddingParticipants} +
+

+ Adding Participants to "{event.name}" +

+
+{/if} {#if step == 0} @@ -103,27 +105,27 @@
-
- - - Step {step + 1} of {steps.length} - - -
+
+ + + Step {step + 1} of {steps.length} + + +