From ba0a2498a45dfc01868dd16b4a4af85cc64f89f7 Mon Sep 17 00:00:00 2001 From: Nevo David Date: Sat, 17 Jan 2026 13:28:09 +0700 Subject: [PATCH] fix: remove billing address --- .../components/billing/embedded.billing.tsx | 21 +++++++++++-------- 1 file changed, 12 insertions(+), 9 deletions(-) diff --git a/apps/frontend/src/components/billing/embedded.billing.tsx b/apps/frontend/src/components/billing/embedded.billing.tsx index 0dc5cb8d..63a1a267 100644 --- a/apps/frontend/src/components/billing/embedded.billing.tsx +++ b/apps/frontend/src/components/billing/embedded.billing.tsx @@ -139,21 +139,24 @@ const StripeInputs: FC<{ const [ready, setReady] = useState(false); return ( <> + {/*
*/} + {/*

*/} + {/* {checkout.type === 'loading'*/} + {/* ? ''*/} + {/* : t('billing_billing_address', 'Billing Address')}*/} + {/*

*/} + {/* */} + {/*
*/}

- {checkout.type === 'loading' - ? '' - : t('billing_billing_address', 'Billing Address')} -

- -
-
-

{checkout.type === 'loading' ? '' : t('billing_payment', 'Payment')}

setReady(true)} /> {ready && }