@gomusdev/web-components 1.39.0 → 1.39.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -30642,7 +30642,7 @@ var __privateAdd = (obj, member, value) => member.has(obj) ? __typeError("Cannot
|
|
|
30642
30642
|
append($$anchor4, a_2);
|
|
30643
30643
|
};
|
|
30644
30644
|
if_block(node_5, ($$render) => {
|
|
30645
|
-
if (item().attributes.barcodes[index2]) $$render(consequent_3);
|
|
30645
|
+
if (item().attributes.barcodes[index2] && item().attributes.barcodes[index2]?.passbook_url) $$render(consequent_3);
|
|
30646
30646
|
});
|
|
30647
30647
|
}
|
|
30648
30648
|
reset(li_4);
|
|
@@ -30642,7 +30642,7 @@ function TicketSale($$anchor, $$props) {
|
|
|
30642
30642
|
append($$anchor4, a_2);
|
|
30643
30643
|
};
|
|
30644
30644
|
if_block(node_5, ($$render) => {
|
|
30645
|
-
if (item().attributes.barcodes[index2]) $$render(consequent_3);
|
|
30645
|
+
if (item().attributes.barcodes[index2] && item().attributes.barcodes[index2]?.passbook_url) $$render(consequent_3);
|
|
30646
30646
|
});
|
|
30647
30647
|
}
|
|
30648
30648
|
reset(li_4);
|