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