Skip to content

Commit

Permalink
fix TS
Browse files Browse the repository at this point in the history
  • Loading branch information
ggazzo committed Jun 27, 2022
1 parent 88f70bf commit 3d6b909
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ const getInitialValues = (user: IUser | null): AccountFormValues => ({
password: '',
confirmationPassword: '',
avatar: '' as AvatarObject,
url: user?.avatarUrl ?? '',
url: '',
statusText: user?.statusText ?? '',
statusType: user?.status ?? '',
bio: user?.bio ?? '',
Expand Down

0 comments on commit 3d6b909

Please sign in to comment.