fix showing more than kind 1 comments as text

This commit is contained in:
mr0x50
2025-01-18 02:46:26 +01:00
parent 5729fd2818
commit 70b77a8f54

View File

@@ -14,7 +14,7 @@ const CommentsCompontent: React.FC<CommentsCompontentProps> = ({ pubkey, event }
const { events } = useNostrEvents({
filter: {
// kinds: [1],
kinds: [1],
'#e': [event.id],
},
});