Skip to content

Commit

Permalink
linter
Browse files Browse the repository at this point in the history
  • Loading branch information
warreprovoost committed May 12, 2024
1 parent 5372691 commit 7dfbdf9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/src/components/Courses/AllCoursesTeacher.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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('');

Expand Down

0 comments on commit 7dfbdf9

Please sign in to comment.