{#if m.WinnerParticipant.Name == ""}
-
-
+
+
+
+
{:else}
{m.WinnerParticipant.Name}
{/if}
diff --git a/frontend/src/routes/Participants.svelte b/frontend/src/routes/Participants.svelte
index 0f6b628..4fd22cd 100644
--- a/frontend/src/routes/Participants.svelte
+++ b/frontend/src/routes/Participants.svelte
@@ -67,7 +67,6 @@
Name
-
{#each participants as p}
@@ -75,7 +74,7 @@
{p.Name}
-
+
{#if tournament.Participants.find((pa) => pa.ID == p.ID)}
-
+
diff --git a/tournament.db b/tournament.db
index 75dc330..2e07c38 100644
Binary files a/tournament.db and b/tournament.db differ