Skip to content

Commit

Permalink
Fix: 카테고리에서 문화예술 제출 안되던 오류 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
eunji-0623 committed Jul 15, 2024
1 parent 0da07ff commit 249c01a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/KategorieDropdown/KategorieDropdown.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { KategoriedDropState } from '@/states/KategorieDropState';
import useClickOutside from '@/hooks/useClickOutside';

const Kategories: { [key: string]: string } = {
'문화 예술': '문화 예술',
'문화 예술': '문화 · 예술',
식음료: '식음료',
스포츠: '스포츠',
투어: '투어',
Expand Down

0 comments on commit 249c01a

Please sign in to comment.