Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
bottlewook committed Mar 5, 2024
2 parents 77d3d6e + 4fc81b0 commit 1f5ad47
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/constants/myPage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ export const GENDER_OPTIONS = [
label: '여성',
value: 'FEMALE',
},
{
label: '수정 필요',
value: 'DEFAULT',
},
];

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

0 comments on commit 1f5ad47

Please sign in to comment.