diff --git a/packages/dashboard/app/components/Board.tsx b/packages/dashboard/app/components/Board.tsx
index d7d09bfa11..6f109c2a29 100644
--- a/packages/dashboard/app/components/Board.tsx
+++ b/packages/dashboard/app/components/Board.tsx
@@ -452,23 +452,25 @@ export function Board({ tasks, projectId, maxConcurrent, onMoveTask, onPauseTask
if (workflowMode && selectedWorkflow) {
return (
- {workflowOptions.length > 1 && (
+ {(workflowOptions.length > 1 || onCreateWorkflow || onOpenWorkflowEditor) && (
-
+ {workflowOptions.length > 1 && (
+
+ )}
{onCreateWorkflow && (