From 1bfbdb4718ace439007d9ab8f32a4368f27bdadf Mon Sep 17 00:00:00 2001 From: heesunee Date: Fri, 24 Jan 2025 20:47:14 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=EB=A7=88=EC=9D=B4=ED=8E=98=EC=9D=B4?= =?UTF-8?q?=EC=A7=80=20=ED=81=B4=EB=A6=AD=EC=8B=9C=20=ED=86=A0=EC=8A=A4?= =?UTF-8?q?=ED=8A=B8=20=EB=82=98=ED=83=80=EB=82=98=EB=8A=94=20=ED=98=84?= =?UTF-8?q?=EC=83=81=20=ED=95=B4=EA=B2=B0=20(#290)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/mypage/constants/myPageList.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/mypage/constants/myPageList.ts b/src/pages/mypage/constants/myPageList.ts index 6684254c..0995f54f 100644 --- a/src/pages/mypage/constants/myPageList.ts +++ b/src/pages/mypage/constants/myPageList.ts @@ -13,5 +13,5 @@ export const LIST_DATA = [ }, { label: '자주 묻는 질문', id: 5, inActive: true }, { label: '고객 센터', id: 6, hasDivider: true, inActive: true }, - { label: '로그아웃', id: 7, inActive: true }, + { label: '로그아웃', id: 7 }, ];