Skip to content

Commit

Permalink
Revert "chore: 프로필 default 값 수정"
Browse files Browse the repository at this point in the history
This reverts commit 4fc81b0.
  • Loading branch information
bottlewook committed Mar 5, 2024
1 parent f223459 commit 4291c70
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/constants/myPage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@ export const GENDER_OPTIONS = [
label: '여성',
value: 'FEMALE',
},
{
label: '수정 필요',
value: 'DEFAULT',
},
];

export const AGE_OPTIONS = [
Expand All @@ -33,8 +29,4 @@ export const AGE_OPTIONS = [
label: '60대 이상',
value: 'AGE_60',
},
{
label: '수정 필요',
value: 'DEFAULT',
},
];

0 comments on commit 4291c70

Please sign in to comment.