diff --git a/web/src/lib/components/shared-components/purchasing/purchase-content.svelte b/web/src/lib/components/shared-components/purchasing/purchase-content.svelte index ee28e66bff..9bbffe53ef 100644 --- a/web/src/lib/components/shared-components/purchasing/purchase-content.svelte +++ b/web/src/lib/components/shared-components/purchasing/purchase-content.svelte @@ -1,5 +1,5 @@
- {#if $isPurchased && $preferences.purchase.showSupportBadge} + {#if authManager.isPurchased && $preferences.purchase.showSupportBadge} - {:else if !$isPurchased && showBuyButton && getAccountAge() > 14} + {:else if !authManager.isPurchased && showBuyButton && getAccountAge() > 14}