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 && }