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
|
@@ -8775,11 +8775,7 @@ var ActivityDetails = ({
|
|
|
8775
8775
|
setIsViewOnlyModal(isViewOnly);
|
|
8776
8776
|
setCorrectionError(null);
|
|
8777
8777
|
try {
|
|
8778
|
-
const apiResponse = await fetchStudentCorrection(
|
|
8779
|
-
activityId,
|
|
8780
|
-
studentId,
|
|
8781
|
-
student.studentName || "Aluno"
|
|
8782
|
-
);
|
|
8778
|
+
const apiResponse = await fetchStudentCorrection(activityId, studentId);
|
|
8783
8779
|
const correction = convertApiResponseToCorrectionData(
|
|
8784
8780
|
apiResponse,
|
|
8785
8781
|
studentId,
|