diff --git a/src/components/JobCardDetails.tsx b/src/components/JobCardDetails.tsx index 4420f46..1a935a4 100644 --- a/src/components/JobCardDetails.tsx +++ b/src/components/JobCardDetails.tsx @@ -189,7 +189,7 @@ const JobCardDetails: React.FC = ({ job }) => { icon={} /> - {job.status === 'Running' && job.runtime && ( + {job.status === 'Running' && job.runtime && job.runtime > 0 && ( <>