fix: hotfix empty observations
gitea/salix-front/pipeline/head This commit looks good
Details
gitea/salix-front/pipeline/head This commit looks good
Details
This commit is contained in:
parent
f9ba0642e1
commit
2fea795bdb
|
@ -189,11 +189,11 @@ const toCustomerAddressEdit = (addressId) => {
|
||||||
|
|
||||||
<QSeparator
|
<QSeparator
|
||||||
class="q-mx-lg"
|
class="q-mx-lg"
|
||||||
v-if="item.observations.length"
|
v-if="item?.observations?.length"
|
||||||
vertical
|
vertical
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<div v-if="item.observations.length">
|
<div v-if="item?.observations?.length">
|
||||||
<div
|
<div
|
||||||
:key="obIndex"
|
:key="obIndex"
|
||||||
class="flex q-mb-sm"
|
class="flex q-mb-sm"
|
||||||
|
|
Loading…
Reference in New Issue