mario-education 2.2.7 → 2.2.8

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
@@ -17463,11 +17463,6 @@ var PerceivedImpact = function PerceivedImpact(_ref) {
17463
17463
  var data = _ref.data;
17464
17464
  if (!data) return React__default.createElement(Loading, null);
17465
17465
  var series = [{
17466
- name: "Teacher",
17467
- data: data.map(function (item) {
17468
- return item.teacherRating;
17469
- })
17470
- }, {
17471
17466
  name: "Student",
17472
17467
  data: data.map(function (item) {
17473
17468
  return item.studentRating;
@@ -17617,7 +17612,7 @@ var Dashboard = function Dashboard() {
17617
17612
  data: perceivedImpact
17618
17613
  })
17619
17614
  }, {
17620
- label: "Students & teachers login per day",
17615
+ label: "Students & teachers logins per day",
17621
17616
  children: React__default.createElement(LoginCouting, {
17622
17617
  data: loginCounting
17623
17618
  })