mario-education 2.4.2 → 2.4.3

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
@@ -8243,7 +8243,15 @@ var SwitchTeacherModal = function SwitchTeacherModal(props, ref) {
8243
8243
  }, React__default.createElement(reactstrap.Row, null, React__default.createElement(reactstrap.Col, {
8244
8244
  md: 12,
8245
8245
  className: "mb-2"
8246
- }, React__default.createElement("p", null, "Student Name"), React__default.createElement("p", null, userChoiced.studentName, " "), React__default.createElement("p", null, "Student Email"), React__default.createElement("p", null, userChoiced.emailStudent, " "), React__default.createElement("p", null, "Current Teacher Name"), React__default.createElement("p", null, userChoiced.teacherName, " "), React__default.createElement("p", null, "Current Teacher Email"), React__default.createElement("p", null, userChoiced.emailTeacher, " "), !!userChoiced && React__default.createElement(marioCore.CustomSelector, {
8246
+ }, React__default.createElement("p", {
8247
+ className: "font-weight-bold"
8248
+ }, "Student Name"), React__default.createElement("p", null, userChoiced.studentName, " "), React__default.createElement("p", {
8249
+ className: "font-weight-bold"
8250
+ }, "Student Email"), React__default.createElement("p", null, userChoiced.emailStudent, " "), React__default.createElement("p", {
8251
+ className: "font-weight-bold"
8252
+ }, "Current Teacher Name"), React__default.createElement("p", null, userChoiced.teacherName, " "), React__default.createElement("p", {
8253
+ className: "font-weight-bold"
8254
+ }, "Current Teacher Email"), React__default.createElement("p", null, userChoiced.emailTeacher, " "), !!userChoiced && React__default.createElement(marioCore.CustomSelector, {
8247
8255
  options: options,
8248
8256
  value: valueDefault,
8249
8257
  placeholder: "Select teacher change",