diff --git a/src/pages/secondary/ProfileEditorPage/index.tsx b/src/pages/secondary/ProfileEditorPage/index.tsx index d5047bb..9b47c27 100644 --- a/src/pages/secondary/ProfileEditorPage/index.tsx +++ b/src/pages/secondary/ProfileEditorPage/index.tsx @@ -70,7 +70,7 @@ const ProfileEditorPage = forwardRef(({ index }: { index?: number }, ref) => { ...oldProfileContent, display_name: username, displayName: username, - name: oldProfileContent.name ?? username, + name: username, about, website, nip05,