mirror of
https://github.com/lumina-rocks/lumina.git
synced 2026-04-19 19:28:04 +02:00
fix showing more than kind 1 comments as text
This commit is contained in:
@@ -14,7 +14,7 @@ const CommentsCompontent: React.FC<CommentsCompontentProps> = ({ pubkey, event }
|
||||
|
||||
const { events } = useNostrEvents({
|
||||
filter: {
|
||||
// kinds: [1],
|
||||
kinds: [1],
|
||||
'#e': [event.id],
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user