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.
@@ -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,