diff --git a/app/react/docker/containers/ItemView/HealthStatus.tsx b/app/react/docker/containers/ItemView/HealthStatus.tsx index 1bcd969065..3c0904bffe 100644 --- a/app/react/docker/containers/ItemView/HealthStatus.tsx +++ b/app/react/docker/containers/ItemView/HealthStatus.tsx @@ -44,7 +44,7 @@ export function HealthStatus({ health }: Props) {
{health.FailingStreak}
- {!!health.Log && ( + {!!health.Log?.length && ( {health.Log[health.Log.length - 1].Output}