Add entries as an effect dependency
This commit is contained in:
parent
6017a62953
commit
ece5baf175
@ -143,7 +143,7 @@ export default function () {
|
||||
setEntries([...entries].filter((entry) => entry.id !== data));
|
||||
};
|
||||
}
|
||||
}, [messageChannel]);
|
||||
}, [entries, messageChannel]);
|
||||
|
||||
async function updateQueue(
|
||||
queue_type: string,
|
||||
|
Loading…
x
Reference in New Issue
Block a user