Skip to content

Commit

Permalink
improve: add message
Browse files Browse the repository at this point in the history
  • Loading branch information
xpadev-net committed Oct 7, 2023
1 parent 858070f commit 32b917a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/controller/queue/queue.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ const QueueDisplay = () => {
}, []);
return (
<div className={Styles.wrapper}>
{queue.length < 1 && <p>タスクはまだありません</p>}
{queue.map((item) => {
if (item.type === "convert") {
return (
Expand Down

0 comments on commit 32b917a

Please sign in to comment.