diff --git a/web/app/components/app/workflow-log/list.tsx b/web/app/components/app/workflow-log/list.tsx index b01c049d5..395df5da2 100644 --- a/web/app/components/app/workflow-log/list.tsx +++ b/web/app/components/app/workflow-log/list.tsx @@ -112,7 +112,7 @@ const WorkflowAppLogList: FC = ({ logs, appDetail, onRefresh }) => { )} - {formatTime(log.created_at, t('appLog.dateTimeFormat') as string)} + {formatTime(log.created_at, t('appLog.dateTimeFormat') as string)} {statusTdRender(log.workflow_run.status)}