Skip to content

Commit bdf1085

Browse files
committed
Update README.md
1 parent 5e058be commit bdf1085

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,9 +100,9 @@ const Profile = () => {
100100

101101
return (
102102
<>
103-
<p>Name: userData?.name</p>
104-
<p>Public key: userData?.npub</p>
105-
<p>Picture URL: userData?.avatarUrl</p>
103+
<p>Name: {userData?.name}</p>
104+
<p>Public key: {userData?.npub}</p>
105+
<p>Picture URL: {userData?.picture}</p>
106106
</>
107107
)
108108
}

0 commit comments

Comments
 (0)