From 0495d48669b555252ee167c4a03ffef4c42d93c0 Mon Sep 17 00:00:00 2001 From: Jens Cornelsen <79703163+IB-Cornelsen@users.noreply.github.com> Date: Thu, 24 Apr 2025 14:13:20 +0200 Subject: [PATCH] . --- src/components/Dashboard/DashboardAusweis.svelte | 4 ++-- src/modules/Dashboard/DashboardAufnahmeModule.svelte | 12 ------------ 2 files changed, 2 insertions(+), 14 deletions(-) diff --git a/src/components/Dashboard/DashboardAusweis.svelte b/src/components/Dashboard/DashboardAusweis.svelte index 9ad9f33c..24484ffd 100644 --- a/src/components/Dashboard/DashboardAusweis.svelte +++ b/src/components/Dashboard/DashboardAusweis.svelte @@ -725,9 +725,9 @@

Bilder

-
+
{#each aufnahme.bilder as bild, i (i)} - {bild.kategorie} + {bild.kategorie} {/each}
diff --git a/src/modules/Dashboard/DashboardAufnahmeModule.svelte b/src/modules/Dashboard/DashboardAufnahmeModule.svelte index 40160fd5..c3dbbe9f 100644 --- a/src/modules/Dashboard/DashboardAufnahmeModule.svelte +++ b/src/modules/Dashboard/DashboardAufnahmeModule.svelte @@ -52,18 +52,6 @@
-
- {#if ausweis.aufnahme.bilder.length > 0} - - {#each ausweis.aufnahme.bilder as bild, i (i)} - {bild.kategorie} - {/each} - - - - {/if} -
-
{#if page > 1}