Skip to content

Commit

Permalink
yet another fix...
Browse files Browse the repository at this point in the history
  • Loading branch information
Israellund committed Sep 10, 2024
1 parent 022c948 commit 41c06c4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ const ConnectChainToCommunityTask = () => {
label: 'Update',
buttonType: 'primary',
buttonHeight: 'sm',
onClick: void update,
onClick: update,
},
{
label: 'Cancel',
Expand Down Expand Up @@ -131,7 +131,7 @@ const ConnectChainToCommunityTask = () => {
label="Connect"
className="TaskButton"
disabled={!buttonEnabled}
onClick={openConfirmationModal}
onClick={() => void openConfirmationModal()}
/>
</div>
</div>
Expand Down

0 comments on commit 41c06c4

Please sign in to comment.