Skip to content

Commit e7cb7d5

Browse files
committed
lint
1 parent 6045277 commit e7cb7d5

File tree

1 file changed

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

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -509,8 +509,7 @@ export function VariablesInput({
509509
<Code.Container
510510
className={cn(
511511
'min-h-[120px]',
512-
dragHighlight[assignment.id] &&
513-
'ring-2 ring-blue-500 ring-offset-2'
512+
dragHighlight[assignment.id] && 'ring-2 ring-blue-500 ring-offset-2'
514513
)}
515514
onDragOver={(e) => handleDragOver(e, assignment.id)}
516515
onDrop={(e) => handleEditorDrop(e, assignment.id)}

0 commit comments

Comments
 (0)