contentoh-components-library 21.1.18 → 21.1.19
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.
|
@@ -482,7 +482,7 @@ var ProviderProductEdition = function ProviderProductEdition(_ref) {
|
|
|
482
482
|
getServices();
|
|
483
483
|
|
|
484
484
|
if (!originProp) {
|
|
485
|
-
setActiveRetailer(product.retailers[0] || product.
|
|
485
|
+
setActiveRetailer(product.retailers[0] || product.retailersAvailable[0]);
|
|
486
486
|
} //setActiveRetailer(product?.retailers[0]);
|
|
487
487
|
|
|
488
488
|
|
package/package.json
CHANGED
|
@@ -218,7 +218,7 @@ export const ProviderProductEdition = ({
|
|
|
218
218
|
getServices();
|
|
219
219
|
|
|
220
220
|
if (!originProp) {
|
|
221
|
-
setActiveRetailer(product.retailers[0] || product.
|
|
221
|
+
setActiveRetailer(product.retailers[0] || product.retailersAvailable[0]);
|
|
222
222
|
}
|
|
223
223
|
|
|
224
224
|
//setActiveRetailer(product?.retailers[0]);
|