diff --git a/src/components/filtering/study-filter.tsx b/src/components/filtering/study-filter.tsx index 41cbdda6..ab07ee47 100644 --- a/src/components/filtering/study-filter.tsx +++ b/src/components/filtering/study-filter.tsx @@ -26,7 +26,6 @@ interface StudyFilterProps { // 스터디 유형 옵션 const STUDY_TYPE_OPTIONS = [ { value: 'PROJECT', label: '프로젝트' }, - { value: 'MENTORING', label: '멘토링' }, { value: 'SEMINAR', label: '세미나' }, { value: 'CHALLENGE', label: '챌린지' }, { value: 'BOOK_STUDY', label: '북스터디' },