fix: provinceName

This commit is contained in:
Carlos Satorres 2024-11-21 10:18:25 +01:00
parent 350c28eef0
commit 837f42d21f
1 changed files with 1 additions and 1 deletions

View File

@ -167,7 +167,7 @@ const toCustomerAddressEdit = (addressId) => {
<div>{{ item.street }}</div>
<div>
{{ item.postalCode }} - {{ item.city }},
{{ item.province.name }}
{{ item?.province?.name }}
</div>
<div>
{{ item.phone }}