From bfc2263c7ccb44f636d2e7156dd61dd749bc7131 Mon Sep 17 00:00:00 2001 From: Ilion Beyst Date: Wed, 23 Feb 2022 23:29:14 +0100 Subject: show match pane when a match is selected --- web/pw-server/src/routes/index.svelte | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'web/pw-server/src/routes/index.svelte') diff --git a/web/pw-server/src/routes/index.svelte b/web/pw-server/src/routes/index.svelte index 1ef5c68..031b60b 100644 --- a/web/pw-server/src/routes/index.svelte +++ b/web/pw-server/src/routes/index.svelte @@ -59,7 +59,7 @@ matches.unshift(matchData); matches = matches; - selectMatch(matchData["id"]); + await selectMatch(matchData["id"]); } async function selectMatch(matchId: string) { @@ -158,14 +158,14 @@
- {#if selectedMatchLog} + {#if selectedMatchId} {:else} {/if}