analytica-frontend-lib 1.2.70 → 1.2.71
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/ActivityDetails/index.d.ts +1 -1
- package/dist/ActivityDetails/index.d.ts.map +1 -1
- package/dist/ActivityDetails/index.js +1 -5
- package/dist/ActivityDetails/index.js.map +1 -1
- package/dist/ActivityDetails/index.mjs +1 -5
- package/dist/ActivityDetails/index.mjs.map +1 -1
- package/dist/index.js +1 -5
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -5
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -21749,11 +21749,7 @@ var ActivityDetails = ({
|
|
|
21749
21749
|
setIsViewOnlyModal(isViewOnly);
|
|
21750
21750
|
setCorrectionError(null);
|
|
21751
21751
|
try {
|
|
21752
|
-
const apiResponse = await fetchStudentCorrection(
|
|
21753
|
-
activityId,
|
|
21754
|
-
studentId,
|
|
21755
|
-
student.studentName || "Aluno"
|
|
21756
|
-
);
|
|
21752
|
+
const apiResponse = await fetchStudentCorrection(activityId, studentId);
|
|
21757
21753
|
const correction = convertApiResponseToCorrectionData(
|
|
21758
21754
|
apiResponse,
|
|
21759
21755
|
studentId,
|