diff --git a/src/components/cards/CardsOverview.svelte b/src/components/cards/CardsOverview.svelte index 0d9309ac..f3832ff2 100644 --- a/src/components/cards/CardsOverview.svelte +++ b/src/components/cards/CardsOverview.svelte @@ -167,57 +167,57 @@

{$_("loading-cards")}

{$_("this-might-take-a-moment")}

+ {:else if current_cards.length === 0} + {:else} - {#if current_cards.length === 0} - - {:else} -
- {#if selected.length > 0} - - {/if} - -
+ + + + {/if} + + +
{#each $table.getHeaderGroups() as headerGroup} @@ -260,21 +260,7 @@ {/each}
- - {/if} +
+ {/if} {/if} - -