mirror of
https://github.com/t4t5/nostr-react.git
synced 2025-05-30 09:39:35 +02:00
commit
55d9f5f449
@ -100,9 +100,9 @@ const Profile = () => {
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
<p>Name: userData?.name</p>
|
<p>Name: {userData?.name}</p>
|
||||||
<p>Public key: userData?.npub</p>
|
<p>Public key: {userData?.npub}</p>
|
||||||
<p>Picture URL: userData?.avatarUrl</p>
|
<p>Picture URL: {userData?.picture}</p>
|
||||||
</>
|
</>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user