Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion src/components/filtering/study-filter.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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: '북스터디' },
Expand Down
Loading