From 9c5e6efff7af67b138374e9c365534a5953761db Mon Sep 17 00:00:00 2001 From: whyour Date: Fri, 14 May 2021 22:03:39 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=97=A5=E5=BF=97=E7=8A=B6?= =?UTF-8?q?=E6=80=81=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/crontab/logModal.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/crontab/logModal.tsx b/src/pages/crontab/logModal.tsx index ab5893cc..d02bf974 100644 --- a/src/pages/crontab/logModal.tsx +++ b/src/pages/crontab/logModal.tsx @@ -71,7 +71,7 @@ const CronLogModal = ({ <> {excuting && } {!excuting && } - 日志-{cron && cron.name}{' '} + 日志-{cron && cron.name}{' '} ); };