diff --git a/src/pages/Schedules.tsx b/src/pages/Schedules.tsx index ae2c874..1ab4d88 100644 --- a/src/pages/Schedules.tsx +++ b/src/pages/Schedules.tsx @@ -160,7 +160,7 @@ function TaskCard({ task }: { task: ScheduledTask }) { onValueChange={(newName) => setEditingName(newName)} /> -
+
{buildReadablePath(source, 'short')} {'→'}{' '} {'destination' in task.args ? buildReadablePath(task.args.destination, 'short')