diff --git a/src/controller/queue/queue.tsx b/src/controller/queue/queue.tsx index 85c0a91..9926cfd 100644 --- a/src/controller/queue/queue.tsx +++ b/src/controller/queue/queue.tsx @@ -19,6 +19,7 @@ const QueueDisplay = () => { }, []); return (
タスクはまだありません
} {queue.map((item) => { if (item.type === "convert") { return (