Merge pull request 'hotfix-clientAddress' (!983) from hotfix-clientAddress into master
Reviewed-on: #983 Reviewed-by: Alex Moreno <alexm@verdnatura.es>
This commit is contained in:
commit
69498cccf9
|
@ -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 }}
|
||||
|
|
Loading…
Reference in New Issue