update personal dashboard screen

This commit is contained in:
reya
2023-11-03 15:38:58 +07:00
parent 64b4745993
commit da0b48c5df
22 changed files with 499 additions and 61 deletions
+1 -1
View File
@@ -89,7 +89,7 @@ export function NotificationWidget() {
})
);
const user = ndk.getUser({ hexpubkey: event.pubkey });
const user = ndk.getUser({ pubkey: event.pubkey });
await user.fetchProfile();
switch (event.kind) {