diff --git a/modules/customers/src/web/list/ui/blocks/customer-summary-panel/customer-address-section.tsx b/modules/customers/src/web/list/ui/blocks/customer-summary-panel/customer-address-section.tsx index 3e42afa0..acb3629b 100644 --- a/modules/customers/src/web/list/ui/blocks/customer-summary-panel/customer-address-section.tsx +++ b/modules/customers/src/web/list/ui/blocks/customer-summary-panel/customer-address-section.tsx @@ -11,7 +11,12 @@ export const CustomerAddressSection = ({ customer }: { customer: Customer }) =>
{customer.street}
diff --git a/modules/customers/src/web/list/ui/blocks/customer-summary-panel/customer-contact-section.tsx b/modules/customers/src/web/list/ui/blocks/customer-summary-panel/customer-contact-section.tsx index 4046390f..168f288b 100644 --- a/modules/customers/src/web/list/ui/blocks/customer-summary-panel/customer-contact-section.tsx +++ b/modules/customers/src/web/list/ui/blocks/customer-summary-panel/customer-contact-section.tsx @@ -4,24 +4,33 @@ import type { Customer } from "../../../../shared"; export const CustomerContactSection = ({ customer }: { customer: Customer }) => { return ( -