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 @@
+
{#each aufnahme.bilder as bild, i (i)}
-

+

{/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)}
-
- {/each}
-
-
-
- {/if}
-
-