From 61e1096b5e66717c885a4a7d389251267d2ecb75 Mon Sep 17 00:00:00 2001 From: MuslemRahimi Date: Fri, 27 Sep 2024 22:53:29 +0200 Subject: [PATCH] remove text --- src/routes/community/profile/+page.svelte | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/routes/community/profile/+page.svelte b/src/routes/community/profile/+page.svelte index bf30c9d2..aefa7673 100644 --- a/src/routes/community/profile/+page.svelte +++ b/src/routes/community/profile/+page.svelte @@ -918,9 +918,6 @@ onDestroy(async () => { {['Active', 'Paid', 'On Trial', 'Cancelled']?.includes(subscriptionData?.status_formatted) ? subscriptionData?.product_name : data?.user?.freeTrial === true ? 'Free Trial Subscription' : 'Free Subscription'} {/if} - - {subscriptionData?.product_name?.includes('Monthly') ? 'billed every month' : 'billed every year'} - {#if subscriptionData?.status_formatted === 'Active' || subscriptionData?.status_formatted === 'On Trial'}