@cshah18/sdk 3.0.3 → 3.0.5

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.
@@ -2660,6 +2660,9 @@ var CoBuySDK = (function (exports) {
2660
2660
  this.groupFulfilled = true;
2661
2661
  }
2662
2662
  }
2663
+ else {
2664
+ this.groupFulfilled = false;
2665
+ }
2663
2666
  this.refreshRenderedContainers();
2664
2667
  }
2665
2668
  catch (error) {