From e0e2c05f7b656339c02eee944849114746a54375 Mon Sep 17 00:00:00 2001 From: philipcheung Date: Wed, 22 Jan 2025 19:35:08 +0800 Subject: [PATCH] add index title --- frontend/src/routes/_layout/Courses/Courses.tsx | 4 ++++ 1 file changed, 4 insertions(+) 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} +