minor fixes

This commit is contained in:
Ren Amamiya
2023-03-19 17:32:00 +07:00
parent fe6d510e18
commit 1c9420f370
4 changed files with 5 additions and 14 deletions

View File

@@ -37,14 +37,11 @@ export default function NoteMetadata({ eventID, eventPubkey }: { eventID: string
}
},
undefined,
(events, relayURL) => {
console.log(events, relayURL);
},
undefined,
{
unsubscribeOnEose: true,
}
);
// eslint-disable-next-line react-hooks/exhaustive-deps
}, [eventID, relayPool, relays]);
return (