thm-p3-configurator 0.0.297 → 0.0.298
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.
|
@@ -795,6 +795,6 @@ const ProductCartTable = () => {
|
|
|
795
795
|
value: (0, _helpers__.formatPrice)(totals === null || totals === void 0 ? void 0 : totals.totalAfterDiscountInclVat),
|
|
796
796
|
className: 'fw-bold text-end'
|
|
797
797
|
}, showCatalogPrice)]
|
|
798
|
-
})))), APP_CONFIG.internal &&
|
|
798
|
+
})))), APP_CONFIG.internal && /*#__PURE__*/_react.default.createElement(_InternalDiscountForm.default, null)));
|
|
799
799
|
};
|
|
800
800
|
var _default = exports.default = ProductCartTable;
|