From 4d3492df0bc2bf651c75f4bf723d7560abcc7c00 Mon Sep 17 00:00:00 2001 From: Zhang Minghan Date: Tue, 31 Oct 2023 18:07:14 +0800 Subject: [PATCH] update --- app/src/routes/Article.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")}