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.availableRetailers[0]);
485
+ setActiveRetailer(product.retailers[0] || product.retailersAvailable[0]);
486
486
  } //setActiveRetailer(product?.retailers[0]);
487
487
 
488
488
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "contentoh-components-library",
3
- "version": "21.1.18",
3
+ "version": "21.1.19",
4
4
  "dependencies": {
5
5
  "@aws-amplify/auth": "^4.5.3",
6
6
  "@aws-amplify/datastore": "^3.11.0",
@@ -218,7 +218,7 @@ export const ProviderProductEdition = ({
218
218
  getServices();
219
219
 
220
220
  if (!originProp) {
221
- setActiveRetailer(product.retailers[0] || product.availableRetailers[0]);
221
+ setActiveRetailer(product.retailers[0] || product.retailersAvailable[0]);
222
222
  }
223
223
 
224
224
  //setActiveRetailer(product?.retailers[0]);