From 23132a5194517662fbe16ff8d1d415bc87028685 Mon Sep 17 00:00:00 2001 From: Usman Baig Date: Fri, 27 Mar 2026 22:12:29 +0100 Subject: [PATCH] fix: hide redirect text when no payment method is selected --- components/checkout/PaymentForm.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/checkout/PaymentForm.tsx b/components/checkout/PaymentForm.tsx index 039ead8..baf8405 100644 --- a/components/checkout/PaymentForm.tsx +++ b/components/checkout/PaymentForm.tsx @@ -294,7 +294,7 @@ export default function PaymentForm({ plan, interval, limit, country, vatId }: P {/* Non-card info */} - {!isCard && ( + {selectedMethod && !isCard && (