missed event type

This commit is contained in:
vivganes 2023-04-07 16:44:31 +05:30
parent e9a372d974
commit f41f612372

View File

@ -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 (