From 1113a95ad8e5ee44565f5ce1f9530bc605a37b58 Mon Sep 17 00:00:00 2001 From: Jeong Ha Seung <88266129+HA-SEUNG-JEONG@users.noreply.github.com> Date: Fri, 6 Feb 2026 19:58:26 +0900 Subject: [PATCH] =?UTF-8?q?fix=20:=20=EB=A9=98=ED=86=A0=EB=A7=81=20?= =?UTF-8?q?=EC=82=AD=EC=A0=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/filtering/study-filter.tsx | 1 - 1 file changed, 1 deletion(-) 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: '북스터디' },