diff --git a/apps/desktop/src/app/cron/index.tsx b/apps/desktop/src/app/cron/index.tsx index 0e0c19e94d6..5da1c62b822 100644 --- a/apps/desktop/src/app/cron/index.tsx +++ b/apps/desktop/src/app/cron/index.tsx @@ -458,8 +458,8 @@ export function CronView({ {c.newCron} -
-
+
+
{visibleJobs.map(job => ( ))}
-
+
{selectedJob && ( -
+
{jobTitle(job)} {c.states[state] ?? state} @@ -914,7 +914,7 @@ function CronEditorDialog({ {c.customHint} ) : ( -
+
{scheduleHint} {schedule} @@ -923,7 +923,7 @@ function CronEditorDialog({ )} {error && ( -
+
{error}