@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
|
@@ -9136,8 +9136,8 @@
|
|
|
9136
9136
|
if (res && res.result && res.result.result) {
|
|
9137
9137
|
_this.results = res.result.result;
|
|
9138
9138
|
_this.month = moment$1().month(Number(res.result.result[0].month) - 1).format('MMMM');
|
|
9139
|
-
_this.loading = false;
|
|
9140
9139
|
}
|
|
9140
|
+
_this.loading = false;
|
|
9141
9141
|
}), (/**
|
|
9142
9142
|
* @param {?} _error
|
|
9143
9143
|
* @return {?}
|