From f2cf3babf7a17e343ba43c6b1459a845750d8fc4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gy=C3=B6rgy=20Csad=C3=B3?= Date: Wed, 18 Dec 2024 15:29:28 +0100 Subject: [PATCH] billing address bugfix --- .../account/components/profile-billing-address/index.tsx | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/modules/account/components/profile-billing-address/index.tsx b/src/modules/account/components/profile-billing-address/index.tsx index 95ce947c9..0d7304af6 100644 --- a/src/modules/account/components/profile-billing-address/index.tsx +++ b/src/modules/account/components/profile-billing-address/index.tsx @@ -123,6 +123,15 @@ const ProfileBillingAddress: React.FC = ({ defaultValue={billingAddress?.company || undefined} data-testid="billing-company-input" /> +