diff --git a/apps/manacore/apps/web/src/lib/modules/finance/ListView.svelte b/apps/manacore/apps/web/src/lib/modules/finance/ListView.svelte index c623348d7..7d4a69d5d 100644 --- a/apps/manacore/apps/web/src/lib/modules/finance/ListView.svelte +++ b/apps/manacore/apps/web/src/lib/modules/finance/ListView.svelte @@ -1,6 +1,6 @@ -
- -
-
+
+ + +
+
- -
+
{#each filteredCats as cat (cat.id)} - + - +
{:else} - {/if} {/each} + + {#if filtered.length === 0 && notes.length > 0} +

Keine Treffer

+ {/if}
{#if notes.length === 0} -
Tippe oben, um eine Notiz zu erstellen.
+

Tippe oben, um eine Notiz zu erstellen.

{/if}