@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.
- package/bundles/sunbird-cb-consumption.umd.js +1 -1
- package/bundles/sunbird-cb-consumption.umd.js.map +1 -1
- package/bundles/sunbird-cb-consumption.umd.min.js +1 -1
- package/bundles/sunbird-cb-consumption.umd.min.js.map +1 -1
- package/esm2015/lib/_common/top-learners/top-learners.component.js +2 -2
- package/esm5/lib/_common/top-learners/top-learners.component.js +2 -2
- package/fesm2015/sunbird-cb-consumption.js +1 -1
- package/fesm2015/sunbird-cb-consumption.js.map +1 -1
- package/fesm5/sunbird-cb-consumption.js +1 -1
- package/fesm5/sunbird-cb-consumption.js.map +1 -1
- package/package.json +1 -1
|
@@ -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 {?}
|