From 7665141a5ab064bab95213bdb0bd0d1b2468d580 Mon Sep 17 00:00:00 2001 From: Moritz Utcke Date: Wed, 9 Apr 2025 09:18:11 -0400 Subject: [PATCH] Formular Button --- src/components/Dashboard/DashboardAusweis.svelte | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/components/Dashboard/DashboardAusweis.svelte b/src/components/Dashboard/DashboardAusweis.svelte index 8fa08c8a..cb794393 100644 --- a/src/components/Dashboard/DashboardAusweis.svelte +++ b/src/components/Dashboard/DashboardAusweis.svelte @@ -409,6 +409,11 @@ class="button text-sm" href="/energieausweis-erstellen/verbrauchsausweis-gewerbe?id={ausweis.id}" >Formular + {:else if ausweisart === Enums.Ausweisart.BedarfsausweisWohnen} + Formular {/if} {/if}