From 41fc8fe2eaf7fd3080ea0e01166d9c3a4f281079 Mon Sep 17 00:00:00 2001 From: leejeongho Date: Wed, 11 Sep 2024 15:12:14 +0900 Subject: [PATCH] =?UTF-8?q?fix:=EB=AA=A8=EC=9E=84=EC=9E=A5/=EC=9B=90=20?= =?UTF-8?q?=EC=B7=A8=EB=AF=B8=20=EC=A0=95=EB=B3=B4=20=EC=9E=85=EB=A0=A5=20?= =?UTF-8?q?=ED=8E=98=EC=9D=B4=EC=A7=80=20=EB=94=94=EC=9E=90=EC=9D=B8=20?= =?UTF-8?q?=EC=A0=95=EC=9D=98=EC=84=9C=20=EC=97=85=EB=8D=B0=EC=9D=B4?= =?UTF-8?q?=ED=8A=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../get-user-info/components/Form/HobbiesInfoForm.tsx | 5 +---- .../get-user-info/containers/GetUserHobbiesContainer.tsx | 2 +- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/packages/web-domains/src/user/features/get-user-info/components/Form/HobbiesInfoForm.tsx b/packages/web-domains/src/user/features/get-user-info/components/Form/HobbiesInfoForm.tsx index f18a94ef..3a2c894f 100644 --- a/packages/web-domains/src/user/features/get-user-info/components/Form/HobbiesInfoForm.tsx +++ b/packages/web-domains/src/user/features/get-user-info/components/Form/HobbiesInfoForm.tsx @@ -47,11 +47,8 @@ export const HobbiesInfoForm = ({ hobbyList }: HobbiesFormProps) => { value.length <= 3 || '최대 3개까지 선택할 수 있습니다', - }} render={({ field: { value, onChange } }) => ( - + {hobbyList?.map(({ hobbyId, content }) => ( { return ( <> - + );