thm-p3-configurator 0.0.72 → 0.0.73
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.
|
@@ -124,7 +124,7 @@ const InternalSingleOrderProductOverview = _ref => {
|
|
|
124
124
|
message: "Geen producten gevonden.",
|
|
125
125
|
subMessage: "Probeer een ander filter toe te passen."
|
|
126
126
|
}), articles && hasActiveFilters && (articles === null || articles === void 0 || (_articles$articles2 = articles.articles) === null || _articles$articles2 === void 0 ? void 0 : _articles$articles2.length) > 0 && (articles === null || articles === void 0 || (_articles$articles3 = articles.articles) === null || _articles$articles3 === void 0 ? void 0 : _articles$articles3.map(article => {
|
|
127
|
-
var _cart$find$quantity, _cart$find, _article$locationPric, _article$
|
|
127
|
+
var _cart$find$quantity, _cart$find, _article$locationPric, _article$consumerPric;
|
|
128
128
|
return /*#__PURE__*/_react.default.createElement(_SingleOrderProductCard.default, {
|
|
129
129
|
key: article.articleNumber,
|
|
130
130
|
removeFromCart: () => _removeFromCart(article.articleNumber),
|
|
@@ -138,7 +138,7 @@ const InternalSingleOrderProductOverview = _ref => {
|
|
|
138
138
|
productDescription: article === null || article === void 0 ? void 0 : article.description,
|
|
139
139
|
productImage: article.image,
|
|
140
140
|
productTitle: article.name,
|
|
141
|
-
productPrice: Number(article === null || article === void 0 || (_article$
|
|
141
|
+
productPrice: Number(article === null || article === void 0 || (_article$consumerPric = article.consumerPrices) === null || _article$consumerPric === void 0 ? void 0 : _article$consumerPric.priceInclVat).toFixed(2),
|
|
142
142
|
productType: article === null || article === void 0 ? void 0 : article.type,
|
|
143
143
|
productGroup: article === null || article === void 0 ? void 0 : article.group,
|
|
144
144
|
productSubgroup: article === null || article === void 0 ? void 0 : article.subgroup
|