Skip to content

Commit a04beba

Browse files
committed
ack PR comment
1 parent 55117a4 commit a04beba

File tree

1 file changed

+0
-5
lines changed
  • apps/sim/app/workspace/[workspaceId]/w/[workflowId]/components/panel/components/editor/components/sub-block/components/tool-input

1 file changed

+0
-5
lines changed

apps/sim/app/workspace/[workspaceId]/w/[workflowId]/components/panel/components/editor/components/sub-block/components/tool-input/tool-input.tsx

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -796,7 +796,6 @@ function WorkflowToolDeployBadge({
796796
}
797797
}, [isDeploying, workflowId, refetch, onDeploySuccess])
798798

799-
// Don't show badge if loading or workflow is deployed and doesn't need redeploy
800799
if (isLoading || (isDeployed && !needsRedeploy)) {
801800
return null
802801
}
@@ -805,10 +804,6 @@ function WorkflowToolDeployBadge({
805804
return null
806805
}
807806

808-
if (isDeployed && !needsRedeploy) {
809-
return null
810-
}
811-
812807
return (
813808
<Tooltip.Root>
814809
<Tooltip.Trigger asChild>

0 commit comments

Comments
 (0)