diff --git a/web/pw-server/src/routes/matches/[match_id].svelte b/web/pw-server/src/routes/matches/[match_id].svelte index 1d18375..bbb25e1 100644 --- a/web/pw-server/src/routes/matches/[match_id].svelte +++ b/web/pw-server/src/routes/matches/[match_id].svelte @@ -66,32 +66,34 @@
-
-
- {#if playersWithVisibleLog.length == 1} -

- player log for - {selectedPlayer.displayName} -

- {:else} - - {/if} + {#if playersWithVisibleLog.length > 0} +
+
+ {#if playersWithVisibleLog.length == 1} +

+ player log for + {selectedPlayer.displayName} +

+ {:else} + + {/if} +
+
+ +
-
- -
-
+ {/if}