diff --git a/src/routes/graphs/GameGroupSelection.svelte b/src/routes/graphs/GameGroupSelection.svelte index aeb2426..d0806c5 100644 --- a/src/routes/graphs/GameGroupSelection.svelte +++ b/src/routes/graphs/GameGroupSelection.svelte @@ -16,7 +16,6 @@ ethics: [], portraits: [] }; - let store: string | null; // Chellaris Data Code const updateGameGroups = () => { @@ -33,7 +32,7 @@ gameGroups = tmpData.groups; } } - + ChellarisDataStore.subscribe((data) => { chellarisData = data; @@ -79,7 +78,7 @@ const dropdownId = crypto.randomUUID(); - + 1 ? "Groups " : "Group ") + selectedGameGroups.map((selection) => gameGroups.get(selection)?.name).join(", ")}> {#each gameGroups as group} - + {#each gameList as game}