Skip to content

Commit 46001ed

Browse files
authored
Merge pull request #382 from qa-guru/QAGDEV-727
QAGDEV-727 - Ошибки при редактировании профиля
2 parents 087c488 + c89e011 commit 46001ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/features/profile/views/edit-profile/edit-profile.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ const EditProfile: FC<IEditProfile> = ({ user, updateUser }) => {
146146
<StyledInputStack>
147147
<InputText
148148
control={control}
149-
name="linkedIn"
149+
name="linkedin"
150150
placeholder="Cсылка на linkedIn"
151151
label="LinkedIn"
152152
errors={errors}

0 commit comments

Comments
 (0)