diff --git a/src/components/ReplyNoteList/index.tsx b/src/components/ReplyNoteList/index.tsx index cff613fa..3c4b2061 100644 --- a/src/components/ReplyNoteList/index.tsx +++ b/src/components/ReplyNoteList/index.tsx @@ -89,7 +89,6 @@ export default function ReplyNoteList({ const init = async () => { setLoading(true) - setEvents([]) try { const relayList = await client.fetchRelayList(rootInfo.pubkey)