From 65df44707b201d8a0d1329324f14a73b092ce976 Mon Sep 17 00:00:00 2001 From: Neshura Date: Mon, 14 Aug 2023 20:18:53 +0200 Subject: [PATCH] Update of 'Excel Style' page --- src/routes/graphs/tab/+page.svelte | 44 +++++++++++++++--------------- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/src/routes/graphs/tab/+page.svelte b/src/routes/graphs/tab/+page.svelte index c8e5fc8..d8a3e3d 100644 --- a/src/routes/graphs/tab/+page.svelte +++ b/src/routes/graphs/tab/+page.svelte @@ -1,47 +1,44 @@ @@ -64,4 +60,8 @@

Example Tab

-

{selectedGameGroups.length > 1 ? "Groups" : "Group"} {selectedGameGroups.map((selection) => gameGroups.get(selection)?.name).join(", ")} {selectedGameGroups.length > 1 ? "are" : "is"} selected

+

+ {selectedGameGroups.length > 1 ? 'Groups' : 'Group'} + {selectedGameGroups.map((selection) => gameGroups.get(selection)?.name).join(', ')} + {selectedGameGroups.length > 1 ? 'are' : 'is'} selected +