diff --git a/frontend/src/components/Courses/AllCoursesTeacher.tsx b/frontend/src/components/Courses/AllCoursesTeacher.tsx index c03df534..12b736a8 100644 --- a/frontend/src/components/Courses/AllCoursesTeacher.tsx +++ b/frontend/src/components/Courses/AllCoursesTeacher.tsx @@ -19,7 +19,6 @@ export function AllCoursesTeacher(): JSX.Element { const courses = loader.courses; const projects = loader.projects; - const [courseName, setCourseName] = useState(''); const [error, setError] = useState('');