From 343304713deff799732d575cc6c95b33777956aa Mon Sep 17 00:00:00 2001 From: Tobias Berger Date: Thu, 30 Sep 2021 22:38:12 +0200 Subject: [PATCH] Lighthouse --- public/index.html | 1 + src/components/Modals/BaseModal.svelte | 2 +- src/components/Tabs/Home.svelte | 28 ++++++++++++-------------- 3 files changed, 15 insertions(+), 16 deletions(-) diff --git a/public/index.html b/public/index.html index 3dac725..a29aa8f 100644 --- a/public/index.html +++ b/public/index.html @@ -4,6 +4,7 @@ + - - {/each} + {#each Object.entries(homeActions) as [homeActionId, homeAction] (homeActionId)} + {/each}