mario-education 2.4.579-feedback → 2.4.581-feedback
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 +2 -2
package/dist/index.js
CHANGED
|
@@ -33515,7 +33515,7 @@ var ConversationTab = function ConversationTab(_ref) {
|
|
|
33515
33515
|
className: "" + styles$3["card-item-score__kpi"]
|
|
33516
33516
|
}, conversationKpi.sessionReviewSkipped), React__default.createElement("span", {
|
|
33517
33517
|
className: "" + styles$3["card-item-score__student"]
|
|
33518
|
-
}, t('students')), conversationKpi.sessionReviewSkipped && React__default.createElement("button", {
|
|
33518
|
+
}, t('students')), !!(conversationKpi !== null && conversationKpi !== void 0 && conversationKpi.sessionReviewSkipped) && React__default.createElement("button", {
|
|
33519
33519
|
type: "button",
|
|
33520
33520
|
className: "" + styles$3["card-item-score__view-list"],
|
|
33521
33521
|
onClick: function onClick() {
|