Compare commits
4 Commits
0cefe391cb
...
69498cccf9
Author | SHA1 | Date |
---|---|---|
Carlos Satorres | 69498cccf9 | |
Carlos Satorres | 518ed40c91 | |
Carlos Satorres | 8a972507a4 | |
Carlos Satorres | 837f42d21f |
|
@ -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