mario-education 2.4.480-release → 2.4.481-release

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/dist/index.js CHANGED
@@ -34652,7 +34652,9 @@ var useDashboard = function useDashboard() {
34652
34652
  getData();
34653
34653
  }, [filter]);
34654
34654
  React.useEffect(function () {
34655
- getSummarizeQuestion();
34655
+ if (!!academicYear && academicYear.length > 0 && filter.academicYearId != 0) {
34656
+ getSummarizeQuestion();
34657
+ }
34656
34658
  }, [filter, questionFilters]);
34657
34659
  React.useEffect(function () {
34658
34660
  getChartDataLanguage();