Skip to content

Commit

Permalink
Remove unused prop, and correct email branding value check
Browse files Browse the repository at this point in the history
  • Loading branch information
ernstmul committed Dec 19, 2024
1 parent 01e8fc9 commit da94923
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@
</Collapsible>
</svelte:fragment>
</CardGrid>-->
{#if isCloud && !$currentPlan.emailBranding}
{#if isCloud && $currentPlan.emailBranding}
<EmailSignature />
{/if}
</Container>
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,6 @@
buttonText="Manual backup"
buttonEvent="create_backup"
buttonType="secondary"
hasLimitations={false}
buttonDisabled={isDisabled}
buttonMethod={() => {
$showCreateBackup = true;
Expand Down

0 comments on commit da94923

Please sign in to comment.