nit skeleton

This commit is contained in:
Ruben Fiszel
2025-07-20 00:11:01 +00:00
parent 9201391102
commit e5dbbdaf1d
@@ -557,7 +557,7 @@
Current runs
</Button>
{/if}
{#if job?.type != 'CompletedJob' && (!job?.schedule_path || job?.['running'] == true)}
{#if job && job?.type != 'CompletedJob' && (!job?.schedule_path || job?.['running'] == true)}
{#if !forceCancel}
<Button
color="red"