diff --git a/apps/old/widget/components/profile/ProfileEdit.jsx b/apps/old/widget/components/profile/ProfileEdit.jsx index 25036ac0..898ff3ca 100644 --- a/apps/old/widget/components/profile/ProfileEdit.jsx +++ b/apps/old/widget/components/profile/ProfileEdit.jsx @@ -15,10 +15,6 @@ if (!accountId) { const profile = Social.getr(`${accountId}/profile`); -if (!profile) { - return ""; -} - const [name, setName] = useState(profile.name ?? ""); const [description, setDescription] = useState(profile.description ?? ""); const [location, setLocation] = useState(profile.location ?? "");