diff --git a/app/src/routes/Article.tsx b/app/src/routes/Article.tsx index 249a0c6..68a0321 100644 --- a/app/src/routes/Article.tsx +++ b/app/src/routes/Article.tsx @@ -34,7 +34,7 @@ function GenerateProgress({ current, total }: ProgressProps) {

- {current === total ? ( + {(total !== 0 && current === total) ? ( <> {t("article.generate-success")}