diff --git a/components/mailbox/src/Mailbox.svelte b/components/mailbox/src/Mailbox.svelte index 87ecc552..2534c44b 100644 --- a/components/mailbox/src/Mailbox.svelte +++ b/components/mailbox/src/Mailbox.svelte @@ -1030,12 +1030,12 @@

{header}

{/if} - {#if _this.actions_bar.length} + {#if _this.show_thread_checkbox && _this.actions_bar.length}
- {#if _this.show_thread_checkbox && _this.actions_bar.includes(MailboxActions.SELECTALL)} + {#if _this.actions_bar.includes(MailboxActions.SELECTALL)}
{#each [areAllSelected ? "Deselect all" : "Select all"] as selectAllTitle}