diff --git a/frontend/src/ts/components/modals/EditProfileModal.tsx b/frontend/src/ts/components/modals/EditProfileModal.tsx index 23c8cc30b968..eaf81d13ce51 100644 --- a/frontend/src/ts/components/modals/EditProfileModal.tsx +++ b/frontend/src/ts/components/modals/EditProfileModal.tsx @@ -47,9 +47,9 @@ export function EditProfile() { bio: value.bio, keyboard: value.keyboard, socialProfiles: { - twitter: value.twitter, - github: value.github, - website: value.website, + twitter: value.twitter ?? "", + github: value.github ?? "", + website: value.website ?? "", }, showActivityOnPublicProfile: value.showActivityOnPublicProfile, };