diff --git a/src/components/run/ColapsibleRow.tsx b/src/components/run/ColapsibleRow.tsx
index 4d5fe822..eadf0823 100644
--- a/src/components/run/ColapsibleRow.tsx
+++ b/src/components/run/ColapsibleRow.tsx
@@ -125,6 +125,7 @@ export const CollapsibleRow = ({ row, handleDelete, isOpen, currentLog, abortRun
{row.status === 'scheduled' && }
{row.status === 'queued' && }
{row.status === 'failed' && }
+ {row.status === 'aborted' && }
)
case 'delete':