diff --git a/frontend/src/views/coordinator/AddStudent.tsx b/frontend/src/views/coordinator/AddStudent.tsx index 832ccb1..129d7dc 100644 --- a/frontend/src/views/coordinator/AddStudent.tsx +++ b/frontend/src/views/coordinator/AddStudent.tsx @@ -90,53 +90,6 @@ const AddStudent = () => { Indeks musi mieć 6 cyfr )} -
- - - {errors.pesel?.type === 'pattern' && ( - Pesel musi mieć 11 cyfr - )} -
- {/*
- -
- - -
-
- - -
- {errors.mode?.type === 'required' && ( - Wybierz tryb studiów - )} -
*/} )