Skip to content

Commit

Permalink
linter
Browse files Browse the repository at this point in the history
  • Loading branch information
warreprovoost committed May 23, 2024
1 parent b786c58 commit 1fee165
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/Courses/CourseDetailTeacher.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ export default function CourseDetailTeacher() {
studentMes: Me[];
me:Me;
};
const { course, projects, adminMes, studentMes,me } = courseDetail;
const { course, projects, adminMes, studentMes } = courseDetail;
const { t } = useTranslation("translation", {
keyPrefix: "courseDetailTeacher",
});
Expand Down

0 comments on commit 1fee165

Please sign in to comment.