Browse Source

fix: 🐛

imwald
codytseng 11 months ago
parent
commit
5473c22c3f
  1. 1
      src/components/ReplyNoteList/index.tsx

1
src/components/ReplyNoteList/index.tsx

@ -89,7 +89,6 @@ export default function ReplyNoteList({
const init = async () => { const init = async () => {
setLoading(true) setLoading(true)
setEvents([])
try { try {
const relayList = await client.fetchRelayList(rootInfo.pubkey) const relayList = await client.fetchRelayList(rootInfo.pubkey)

Loading…
Cancel
Save