fix: merge name and display_name
This commit is contained in:
parent
95023b181c
commit
0b127713ae
1 changed files with 1 additions and 1 deletions
|
|
@ -70,7 +70,7 @@ const ProfileEditorPage = forwardRef(({ index }: { index?: number }, ref) => {
|
||||||
...oldProfileContent,
|
...oldProfileContent,
|
||||||
display_name: username,
|
display_name: username,
|
||||||
displayName: username,
|
displayName: username,
|
||||||
name: oldProfileContent.name ?? username,
|
name: username,
|
||||||
about,
|
about,
|
||||||
website,
|
website,
|
||||||
nip05,
|
nip05,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue