mario-education 2.4.179-level → 2.4.180-level
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 +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +1 -1
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -31539,7 +31539,7 @@ var StudentPressureChart = function StudentPressureChart(_ref) {
|
|
|
31539
31539
|
color: "#fff",
|
|
31540
31540
|
fontSize: "12px"
|
|
31541
31541
|
}
|
|
31542
|
-
},
|
|
31542
|
+
}, tooltipStudents.map(function (label, index) {
|
|
31543
31543
|
return React__default.createElement("div", {
|
|
31544
31544
|
key: index
|
|
31545
31545
|
}, React__default.createElement("span", {
|