diff --git a/frontend/src/components/ProgressNotes/hooks/useProgressNotes.ts b/frontend/src/components/ProgressNotes/hooks/useProgressNotes.ts index 87ed078..697e69c 100644 --- a/frontend/src/components/ProgressNotes/hooks/useProgressNotes.ts +++ b/frontend/src/components/ProgressNotes/hooks/useProgressNotes.ts @@ -49,7 +49,7 @@ export const useProgressNotes = () => { const fetchStudentData = async (progressNotes: Record) => { try { - const result = await getAllStudents(); + const result = await getAllStudents(firebaseToken); if (result.success) { const studentDataWithNotes: StudentWithNotes[] = result.data.map((student) => ({ ...student,