fix: 🐛
This commit is contained in:
parent
e865baa795
commit
ee0c702135
2 changed files with 2 additions and 2 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue