From 8b3d3db3e90a1f421c4ae5446e4933d98f84f105 Mon Sep 17 00:00:00 2001 From: whats2000 <60466660+whats2000@users.noreply.github.com> Date: Wed, 3 Jul 2024 20:19:25 +0800 Subject: [PATCH] Update SectionHeader.tsx --- nsysu_selector_helper/src/components/SectionHeader.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/nsysu_selector_helper/src/components/SectionHeader.tsx b/nsysu_selector_helper/src/components/SectionHeader.tsx index 119f2e9..4b73c22 100644 --- a/nsysu_selector_helper/src/components/SectionHeader.tsx +++ b/nsysu_selector_helper/src/components/SectionHeader.tsx @@ -109,22 +109,22 @@ const SectionHeader: FC = ({ const navTabs: MenuProps['items'] = [ { - key: 'all-courses', + key: 'allCourses', label: t('allCourses'), icon: , }, { - key: 'semester-compulsory', + key: 'semesterCompulsory', label: t('semesterCompulsory'), icon: , }, { - key: 'course-detective', + key: 'courseDetective', label: t('courseDetective'), icon: , }, { - key: 'selected-export', + key: 'selectedExport', label: t('selectedExport'), icon: , },