contentoh-components-library 21.0.89 → 21.0.90
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.
|
@@ -686,7 +686,6 @@ var ProviderProductEdition = function ProviderProductEdition(_ref) {
|
|
|
686
686
|
return (service === null || service === void 0 ? void 0 : service.id) === (activeRetailer === null || activeRetailer === void 0 ? void 0 : activeRetailer.id);
|
|
687
687
|
});
|
|
688
688
|
|
|
689
|
-
console.log(services[0], "services[0]");
|
|
690
689
|
setDatasheets([datagroups, inputs]);
|
|
691
690
|
setDescriptions(_descriptions);
|
|
692
691
|
}
|
|
@@ -1416,7 +1415,6 @@ var ProviderProductEdition = function ProviderProductEdition(_ref) {
|
|
|
1416
1415
|
}();
|
|
1417
1416
|
|
|
1418
1417
|
var evaluationComplete = function evaluationComplete(tab) {
|
|
1419
|
-
console.log(servicesData, "servicesData");
|
|
1420
1418
|
var concept = getConcept(tab);
|
|
1421
1419
|
var serv = servicesData.filter(function (item) {
|
|
1422
1420
|
return item.service === concept;
|
package/package.json
CHANGED
|
@@ -353,7 +353,6 @@ export const ProviderProductEdition = ({
|
|
|
353
353
|
const descriptions = services[1]?.filter(
|
|
354
354
|
(service) => service?.id === activeRetailer?.id
|
|
355
355
|
);
|
|
356
|
-
console.log(services[0], "services[0]");
|
|
357
356
|
setDatasheets([datagroups, inputs]);
|
|
358
357
|
setDescriptions(descriptions);
|
|
359
358
|
}
|
|
@@ -923,7 +922,6 @@ export const ProviderProductEdition = ({
|
|
|
923
922
|
};
|
|
924
923
|
|
|
925
924
|
const evaluationComplete = (tab) => {
|
|
926
|
-
console.log(servicesData, "servicesData");
|
|
927
925
|
const concept = getConcept(tab);
|
|
928
926
|
let serv = servicesData.filter((item) => item.service === concept);
|
|
929
927
|
if (
|