-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: 내 정보 수정 페이지 UI 및 API 연동 구현 #924
Conversation
<Styled.OranizationTextContainer> | ||
<Styled.OrganizationTextContainer> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
오타가 있었군요 ㅋㅋㅋㅋ
<Styled.PageTitle>내 정보 수정</Styled.PageTitle> | ||
<ProfileEditForm onSubmit={handleSubmit} /> | ||
<Styled.PasswordChangeLinkMessage> | ||
비밀번호를 변경하고 싶으신가요? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
네니요
import * as Styled from './ProfileEditForm.styles'; | ||
|
||
interface ProfileEditFormProps { | ||
onSubmit?: ({ userName, emoji }: { userName: string; emoji: string }) => void; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
요깁니다용
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
9456720 에서 반영하였습니다.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍 👍 👍
구현 기능
Close #914