From 4fc81b0e7aedba668899231f8b603041728448de Mon Sep 17 00:00:00 2001 From: bottlewook Date: Tue, 5 Mar 2024 19:00:39 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20=ED=94=84=EB=A1=9C=ED=95=84=20default?= =?UTF-8?q?=20=EA=B0=92=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/constants/myPage.ts | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/constants/myPage.ts b/src/constants/myPage.ts index 7ae36007..ebba4219 100644 --- a/src/constants/myPage.ts +++ b/src/constants/myPage.ts @@ -7,6 +7,10 @@ export const GENDER_OPTIONS = [ label: '여성', value: 'FEMALE', }, + { + label: '수정 필요', + value: 'DEFAULT', + }, ]; export const AGE_OPTIONS = [ @@ -29,4 +33,8 @@ export const AGE_OPTIONS = [ label: '60대 이상', value: 'AGE_60', }, + { + label: '수정 필요', + value: 'DEFAULT', + }, ];