Skip to content

Commit d7718e6

Browse files
committed
Fix lint
1 parent 9d7ab37 commit d7718e6

File tree

1 file changed

+1
-3
lines changed
  • apps/sim/app/workspace/[workspaceId]/w/[workflowId]/components/panel/components/editor/components/sub-block/components/condition-input

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -819,9 +819,7 @@ export function ConditionInput({
819819
variant='ghost'
820820
onClick={() => removeBlock(block.id)}
821821
disabled={
822-
isPreview ||
823-
disabled ||
824-
conditionalBlocks.length <= (isRouterMode ? 1 : 2)
822+
isPreview || disabled || conditionalBlocks.length <= (isRouterMode ? 1 : 2)
825823
}
826824
className='h-auto p-0 text-[var(--text-error)] hover:text-[var(--text-error)]'
827825
>

0 commit comments

Comments
 (0)