fix: 🐛

This commit is contained in:
codytseng
2024-12-22 22:49:14 +08:00
parent e865baa795
commit ee0c702135
2 changed files with 2 additions and 2 deletions

View File

@@ -45,7 +45,7 @@ export default function NoteList({
}, [JSON.stringify(filter), areAlgoRelays])
useEffect(() => {
if (isFetchingRelayInfo) return
if (isFetchingRelayInfo || relayUrls.length === 0) return
async function init() {
setInitialized(false)