feat: fix billing

This commit is contained in:
Nevo David 2025-04-27 13:27:25 +07:00
parent a0d0466944
commit 735a687419
1 changed files with 1 additions and 1 deletions

View File

@ -503,7 +503,7 @@ export const MainBillingComponent: FC<{
</div>
))}
</div>
<PurchaseCrypto />
{!subscription?.id && (<PurchaseCrypto />)}
{!!subscription?.id && (
<div className="flex justify-center mt-[20px] gap-[10px]">
<Button onClick={updatePayment}>Update Payment Method / Invoices History</Button>