thm-p3-configurator 0.0.133 → 0.0.134

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.
@@ -265,7 +265,6 @@ const ProductCartTable = () => {
265
265
  if (isLoadingProducts) {
266
266
  return /*#__PURE__*/_react.default.createElement(_FullPageSpinner.default, null);
267
267
  }
268
- console.log('dit is de applicatie config', APP_CONFIG);
269
268
  return /*#__PURE__*/_react.default.createElement("div", {
270
269
  className: (0, _helpers__.withStyle)("content col-lg")
271
270
  }, /*#__PURE__*/_react.default.createElement(_TogglableCard.default, {
@@ -468,7 +467,7 @@ const ProductCartTable = () => {
468
467
  text: (0, _helpers__.formatPrice)(totals === null || totals === void 0 ? void 0 : totals.totalBeforeDiscountExclVat),
469
468
  className: 'text-end pt-2'
470
469
  }] : [{
471
- text: APP_CONFIG.internal ? (0, _helpers__.formatPrice)(totals === null || totals === void 0 ? void 0 : totals.totalBeforeDiscountInclVat) : (0, _helpers__.formatPrice)(totals === null || totals === void 0 ? void 0 : totals.totalAfterDiscountExclVat),
470
+ text: (0, _helpers__.formatPrice)(totals === null || totals === void 0 ? void 0 : totals.totalAfterDiscountExclVat),
472
471
  className: 'text-end pt-2'
473
472
  }])], [{}, {}, {}, ...(isToggled ? [{
474
473
  text: '',
@@ -486,7 +485,7 @@ const ProductCartTable = () => {
486
485
  text: (0, _helpers__.formatPrice)(totals === null || totals === void 0 ? void 0 : totals.totalVatBeforeDiscount),
487
486
  className: 'text-end'
488
487
  }] : [{
489
- text: APP_CONFIG.internal ? (0, _helpers__.formatPrice)(totals === null || totals === void 0 ? void 0 : totals.totalVatBeforeDiscountInclVat) : (0, _helpers__.formatPrice)(totals === null || totals === void 0 ? void 0 : totals.totalVatAfterDiscount),
488
+ text: APP_CONFIG.internal ? (0, _helpers__.formatPrice)(totals === null || totals === void 0 ? void 0 : totals.totalVatAfterDiscount) : (0, _helpers__.formatPrice)(totals === null || totals === void 0 ? void 0 : totals.totalVatAfterDiscount),
490
489
  className: 'text-end'
491
490
  }])], [{}, {}, {}, ...(isToggled ? [{
492
491
  text: '',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "thm-p3-configurator",
3
- "version": "0.0.133",
3
+ "version": "0.0.134",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/index.js",
6
6
  "author": "EnoRm.",