diff --git a/app/routes/mod-queue.tsx b/app/routes/mod-queue.tsx index e90e883..c07eae1 100644 --- a/app/routes/mod-queue.tsx +++ b/app/routes/mod-queue.tsx @@ -337,6 +337,7 @@ export default function () { messageChannel.current = new MessageChannel(); (async function () { + if (!pageProps.entry_types.length) return; await updateQueue(pageProps.entry_types[0].value, before, false, true); })();