diff --git a/apps/rowboat/app/projects/[projectId]/workflow/entity_list.tsx b/apps/rowboat/app/projects/[projectId]/workflow/entity_list.tsx index 088029c4..5c010c91 100644 --- a/apps/rowboat/app/projects/[projectId]/workflow/entity_list.tsx +++ b/apps/rowboat/app/projects/[projectId]/workflow/entity_list.tsx @@ -379,16 +379,15 @@ export function EntityList({ !expandedPanels.agents && "h-[53px]!" )} title={ - Agents @@ -421,7 +420,7 @@ export function EntityList({ - + } > {expandedPanels.agents && ( @@ -480,16 +479,15 @@ export function EntityList({ !expandedPanels.tools && "h-[53px]!" )} title={ - Tools @@ -507,7 +505,7 @@ export function EntityList({ > - + } > {expandedPanels.tools && ( @@ -612,16 +610,15 @@ export function EntityList({ !expandedPanels.prompts && "h-[53px]!" )} title={ - Prompts @@ -639,7 +636,7 @@ export function EntityList({ > - + } > {expandedPanels.prompts && (