From b26911184f169bea25f4fffb6d7bfdd4f42122e6 Mon Sep 17 00:00:00 2001 From: Oliver Akins Date: Wed, 20 Jul 2022 22:24:04 -0600 Subject: [PATCH] Properly subscribe to the board store, and index the players data for proper information --- web-svelte/src/components/Board.svelte | 32 +++++++++++++------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/web-svelte/src/components/Board.svelte b/web-svelte/src/components/Board.svelte index 768cc3c..2a2fa0e 100644 --- a/web-svelte/src/components/Board.svelte +++ b/web-svelte/src/components/Board.svelte @@ -1,8 +1,8 @@