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/index.js CHANGED
@@ -21902,11 +21902,7 @@ var ActivityDetails = ({
21902
21902
  setIsViewOnlyModal(isViewOnly);
21903
21903
  setCorrectionError(null);
21904
21904
  try {
21905
- const apiResponse = await fetchStudentCorrection(
21906
- activityId,
21907
- studentId,
21908
- student.studentName || "Aluno"
21909
- );
21905
+ const apiResponse = await fetchStudentCorrection(activityId, studentId);
21910
21906
  const correction = convertApiResponseToCorrectionData(
21911
21907
  apiResponse,
21912
21908
  studentId,