@q2devel/q2-core 1.0.63 → 1.0.65
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.
|
@@ -48,7 +48,7 @@ function mapVariations(variations = []) {
|
|
|
48
48
|
function mapProductBase(defaultProduct, variationProduct, ctx) {
|
|
49
49
|
const defaultImages = defaultProduct.field_image;
|
|
50
50
|
const variationImages = variationProduct.field_image;
|
|
51
|
-
const imosImage = variationProduct?.field_image_url
|
|
51
|
+
const imosImage = variationProduct?.field_image_url;
|
|
52
52
|
console.log("imosImage", imosImage);
|
|
53
53
|
const allImages = [imosImage, variationImages, defaultImages]
|
|
54
54
|
.filter(Boolean)
|