bugfixing

This commit is contained in:
MuslemRahimi 2024-08-04 22:15:08 +02:00
parent 5ae4658d62
commit a1be147e0c

View File

@ -928,7 +928,7 @@ onDestroy(async () => {
{/if}
</span>
<span class="text-sm text-white {subscriptionData?.status_formatted !== 'Active' ? 'hidden' : ''}">
{subscriptionData?.product_name?.includes('Monthly') ? '$49.99 billed every month' : '$499 billed every year'}
{subscriptionData?.product_name?.includes('Monthly') ? '$1.99 billed every month' : '$19.99 billed every year'}
</span>
</div>