Skip to content

Commit

Permalink
chore: 프로필 아이디 수정 불가 설정
Browse files Browse the repository at this point in the history
  • Loading branch information
bottlewook committed Mar 1, 2024
1 parent 089c719 commit e4b45e7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/(my-page)/my-page/profile/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ function ProfilePage() {
})}
hasError={!!errors.id}
helpMessage={VALIDATION_MESSAGE_MAP.id.message}
readOnly
/>
<TextField
label="이메일"
Expand Down

0 comments on commit e4b45e7

Please sign in to comment.