From 32b917a00e132973532e184c36222dd3c56e662e Mon Sep 17 00:00:00 2001 From: xpadev Date: Sun, 8 Oct 2023 02:23:51 +0900 Subject: [PATCH] improve: add message --- src/controller/queue/queue.tsx | 1 + 1 file changed, 1 insertion(+) 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.length < 1 &&

タスクはまだありません

} {queue.map((item) => { if (item.type === "convert") { return (