@sunbird-cb/consumption 0.0.54 → 0.0.55

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.
@@ -8931,8 +8931,8 @@ var TopLearnersComponent = /** @class */ (function () {
8931
8931
  if (res && res.result && res.result.result) {
8932
8932
  _this.results = res.result.result;
8933
8933
  _this.month = moment$1().month(Number(res.result.result[0].month) - 1).format('MMMM');
8934
- _this.loading = false;
8935
8934
  }
8935
+ _this.loading = false;
8936
8936
  }), (/**
8937
8937
  * @param {?} _error
8938
8938
  * @return {?}