missed event type
This commit is contained in:
parent
e9a372d974
commit
f41f612372
@ -56,6 +56,7 @@ const Bookmarks = ({ pubkey, bookmarks, related }: BookmarksProps) => {
|
||||
);
|
||||
case EventKind.Reaction:
|
||||
case EventKind.Repost:
|
||||
case EventKind.ZapReceipt:
|
||||
return <NoteReaction data={n} key={n.id} />;
|
||||
}
|
||||
return (
|
||||
|
Loading…
x
Reference in New Issue
Block a user