From f2be7a36bd1739a98d1783dabf0ff1187e4c0ba2 Mon Sep 17 00:00:00 2001 From: Moritz Utcke Date: Thu, 29 Feb 2024 11:24:02 +0700 Subject: [PATCH] Events Fix --- src/components/AusweisPruefenBox.svelte | 2 +- src/components/Dashboard/DashboardAusweis.svelte | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/src/components/AusweisPruefenBox.svelte b/src/components/AusweisPruefenBox.svelte index cff9c2b4..ef9c4fe2 100644 --- a/src/components/AusweisPruefenBox.svelte +++ b/src/components/AusweisPruefenBox.svelte @@ -841,7 +841,7 @@
- {#each ausweis.gebaeude_aufnahme_allgemein.gebaeude_stammdaten.events as event, i} + {#each ausweis.gebaeude_aufnahme_allgemein.events as event, i}

  • diff --git a/src/components/Dashboard/DashboardAusweis.svelte b/src/components/Dashboard/DashboardAusweis.svelte index 903eaee7..15c7f63c 100644 --- a/src/components/Dashboard/DashboardAusweis.svelte +++ b/src/components/Dashboard/DashboardAusweis.svelte @@ -157,6 +157,12 @@ : "N/A"}
    +
    + ID + {ausweis.uid.split("-")[0]} +
    {/await}