Skip to content

Commit 0de13ad

Browse files
committed
Remove unused active workflow info rendering in WorkflowsAccordion component
1 parent cb6c54a commit 0de13ad

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

components/frontend/src/app/projects/[name]/sessions/[sessionName]/components/accordions/workflows-accordion.tsx

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -147,11 +147,6 @@ export function WorkflowsAccordion({
147147
</>
148148
)}
149149

150-
{/* Show active workflow info */}
151-
{activeWorkflow && !workflowActivating && (
152-
<></>
153-
)}
154-
155150
{/* Show activating/switching state */}
156151
{workflowActivating && (
157152
<Alert>

0 commit comments

Comments
 (0)