diff --git a/packages/features/ee/workflows/pages/index.tsx b/packages/features/ee/workflows/pages/index.tsx index c53177e8ad..63ca6ac9d4 100644 --- a/packages/features/ee/workflows/pages/index.tsx +++ b/packages/features/ee/workflows/pages/index.tsx @@ -118,7 +118,7 @@ function WorkflowsPage() { ) : ( <> {query?.data?.profiles && - query?.data?.profiles.length && + query?.data?.profiles.length > 1 && allWorkflowsData?.workflows && allWorkflowsData.workflows.length && profileOptions ? (