Skip to content

Commit

Permalink
[chore] Form 컴포넌트 변경으로 마이페이지 내 수정 주석처리
Browse files Browse the repository at this point in the history
  • Loading branch information
Im-younique committed Jun 12, 2024
1 parent 2e7fb5c commit 12504f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/src/app/profile/components/EditProfile/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ export default function EditProfile({
>
{({ values, errors, touched, isSubmitting }) => (
<Form className="flex flex-col flex-1 gap-6 p-4 bg-white border sm:p-8">
<CustomForm.FormContainer>
{/* <CustomForm.FormContainer>
<CustomForm.FormLabel name="아이디" />
<span>{userId}</span>
</CustomForm.FormContainer>
Expand Down Expand Up @@ -457,7 +457,7 @@ export default function EditProfile({
<CustomForm.FormButton type="button" onClick={handleWithdrawal}>
회원탈퇴
</CustomForm.FormButton>
</div>
</div> */}
</Form>
)}
</Formik>
Expand Down

0 comments on commit 12504f9

Please sign in to comment.