feat: followed by
This commit is contained in:
parent
74986b1c6e
commit
30a32ca94f
15 changed files with 88 additions and 22 deletions
|
|
@ -229,7 +229,7 @@ export default function NoteList({
|
|||
return () => {
|
||||
promise.then((closer) => closer())
|
||||
}
|
||||
}, [JSON.stringify(relayUrls), filterType, refreshCount])
|
||||
}, [JSON.stringify(relayUrls), filterType, refreshCount, JSON.stringify(filter)])
|
||||
|
||||
useEffect(() => {
|
||||
const options = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue