diff --git a/src/modules/Dashboard/DashboardAufnahmeModule.svelte b/src/modules/Dashboard/DashboardAufnahmeModule.svelte index 1b1e24b0..1282b080 100644 --- a/src/modules/Dashboard/DashboardAufnahmeModule.svelte +++ b/src/modules/Dashboard/DashboardAufnahmeModule.svelte @@ -50,7 +50,21 @@
-
+
+ +
+ {#if ausweis.aufnahme.bilder.length > 0} + + {#each ausweis.aufnahme.bilder as bild, i (i)} + {bild.kategorie} + {/each} + + + + {/if} +
+ + -
- -
- {#if ausweis.aufnahme.bilder.length > 0} - - {#each ausweis.aufnahme.bilder as bild, i (i)} - {bild.kategorie} - {/each} - - - - {/if} -
-