contentoh-components-library 21.5.5 → 21.5.6

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "contentoh-components-library",
3
- "version": "21.5.5",
3
+ "version": "21.5.6",
4
4
  "dependencies": {
5
5
  "@aws-amplify/auth": "^4.5.3",
6
6
  "@aws-amplify/datastore": "^3.11.0",
@@ -704,8 +704,8 @@ export const ProviderProductEdition = ({
704
704
  item.isApproved = true;
705
705
  /**if (approvedInputs.hasOwnProperty(attributeId)) {
706
706
  item.isApproved = true;
707
- }
708
- return item;**/
707
+ }**/
708
+ return item;
709
709
  });
710
710
 
711
711
  if (product?.orderId) dataObject["orderId"] = product?.orderId;