Skip to content

Commit 9d1b1b6

Browse files
committed
fix: edit profile
1 parent 5ae6023 commit 9d1b1b6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/pages/Myprofile/EditProfile.jsx

+2
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,7 @@ function EditProfile() {
172172
<S.NameAndButtonDiv>
173173
<input
174174
className="name"
175+
disabled
175176
style={{
176177
border: '1px solid black',
177178
padding: '4px 10px',
@@ -183,6 +184,7 @@ function EditProfile() {
183184
setUserName(e.target.value);
184185
}}
185186
/>
187+
186188
<S.ProfileBtn onClick={dataToServer}>수정 완료</S.ProfileBtn>
187189
</S.NameAndButtonDiv>
188190
<S.MyIntroText

0 commit comments

Comments
 (0)