diff --git a/shop/components/wizard/step-customer.tsx b/shop/components/wizard/step-customer.tsx index a44efa0..22b0c9a 100644 --- a/shop/components/wizard/step-customer.tsx +++ b/shop/components/wizard/step-customer.tsx @@ -177,7 +177,7 @@ export function StepCustomer({
{c.name}
-ID: {c.id}
+ {(c.street || c.zip || c.city) && ( ++ {[c.street, [c.zip, c.city].filter(Boolean).join(' ')].filter(Boolean).join(', ')} +
+ )}