Add entries as an effect dependency

This commit is contained in:
2023-10-27 13:11:03 -04:00
parent 6017a62953
commit ece5baf175

View File

@ -143,7 +143,7 @@ export default function () {
setEntries([...entries].filter((entry) => entry.id !== data));
};
}
}, [messageChannel]);
}, [entries, messageChannel]);
async function updateQueue(
queue_type: string,