Skip to content

Commit aa77fb4

Browse files
committed
Fix toggle for deployment integration
1 parent bd8254c commit aa77fb4

File tree

1 file changed

+0
-2
lines changed
  • packages/app/src/app/components/DeploymentIntegration

1 file changed

+0
-2
lines changed

packages/app/src/app/components/DeploymentIntegration/index.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ const Integration = ({
4040
width: 1.5rem;
4141
height: auto;
4242
`}
43-
onClick={toggle}
4443
/>
4544
) : (
4645
<Down
@@ -50,7 +49,6 @@ const Integration = ({
5049
width: 1.5rem;
5150
height: auto;
5251
`}
53-
onClick={toggle}
5452
/>
5553
)}
5654
</IntegrationBlock>

0 commit comments

Comments
 (0)