Skip to content

Commit c89e011

Browse files
committed
QAGDEV-727 - Ошибки при редактировании профиля
1 parent 087c488 commit c89e011

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)