diff --git a/frontend/src/routes/_layout/Courses/Courses.tsx b/frontend/src/routes/_layout/Courses/Courses.tsx index e8b9093..68c42ee 100644 --- a/frontend/src/routes/_layout/Courses/Courses.tsx +++ b/frontend/src/routes/_layout/Courses/Courses.tsx @@ -78,6 +78,7 @@ function CoursesTable() { ID Title + Index Short description Actions @@ -100,6 +101,9 @@ function CoursesTable() { {course.title} + + {course.index} +