From 7db145af7c7ea73b4b435b7a7cd3a73d27e1da92 Mon Sep 17 00:00:00 2001 From: Jens Cornelsen <79703163+IB-Cornelsen@users.noreply.github.com> Date: Sat, 12 Apr 2025 22:24:11 +0200 Subject: [PATCH] Dashboard --- src/components/Dashboard/DashboardAusweis.svelte | 2 +- src/modules/Dashboard/DashboardAufnahmeModule.svelte | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/Dashboard/DashboardAusweis.svelte b/src/components/Dashboard/DashboardAusweis.svelte index 25ed85c9..ef8b346c 100644 --- a/src/components/Dashboard/DashboardAusweis.svelte +++ b/src/components/Dashboard/DashboardAusweis.svelte @@ -411,7 +411,7 @@ -
+
diff --git a/src/modules/Dashboard/DashboardAufnahmeModule.svelte b/src/modules/Dashboard/DashboardAufnahmeModule.svelte index e0df5be1..3d3acfe0 100644 --- a/src/modules/Dashboard/DashboardAufnahmeModule.svelte +++ b/src/modules/Dashboard/DashboardAufnahmeModule.svelte @@ -78,7 +78,7 @@ } -
+
{#if aufnahme.verbrauchsausweise_wohnen.length > 0} {#each [aufnahme.verbrauchsausweise_wohnen.sort((a, b) => new Date(b.updated_at || 0).getTime() - new Date(a.updated_at || 0).getTime())[0]] as ausweis}