We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d79b91c commit 5bd3adeCopy full SHA for 5bd3ade
apps/old/widget/components/profile/ProfileEdit.jsx
@@ -15,10 +15,6 @@ if (!accountId) {
15
16
const profile = Social.getr(`${accountId}/profile`);
17
18
-if (!profile) {
19
- return "";
20
-}
21
-
22
const [name, setName] = useState(profile.name ?? "");
23
const [description, setDescription] = useState(profile.description ?? "");
24
const [location, setLocation] = useState(profile.location ?? "");
0 commit comments