From 5473c22c3fcd1d6b250823f3f6d64c66a10047ce Mon Sep 17 00:00:00 2001 From: codytseng Date: Wed, 23 Apr 2025 23:04:51 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=F0=9F=90=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/ReplyNoteList/index.tsx | 1 - 1 file changed, 1 deletion(-) 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)