From 0b127713aea60ac4f2a17f1198d5c02588d2d758 Mon Sep 17 00:00:00 2001 From: codytseng Date: Thu, 8 Jan 2026 10:43:34 +0800 Subject: [PATCH] fix: merge name and display_name --- src/pages/secondary/ProfileEditorPage/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,