diff --git a/web/app/components/workflow/run/result-text.tsx b/web/app/components/workflow/run/result-text.tsx index ddcaeb21b7..98c79851fa 100644 --- a/web/app/components/workflow/run/result-text.tsx +++ b/web/app/components/workflow/run/result-text.tsx @@ -52,7 +52,7 @@ const ResultText: FC = ({ {outputs && (
- {allFiles?.length && ( + {!!allFiles?.length && (