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