Skip to content

Commit

Permalink
fix isloading check
Browse files Browse the repository at this point in the history
  • Loading branch information
Robiquet committed Jun 19, 2024
1 parent dd75405 commit b15a0ef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/trade-form/LimitOrderForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -405,6 +405,7 @@ const LimitOrderForm = ({
</div>
<div className="flex w-full items-center justify-center">
<FormTransactionButton
loading={isLoading}
className="w-full max-w-[250px]"
disabled={formState.isValid === false || isLoading}
disableFeeCheck={true}
Expand Down

0 comments on commit b15a0ef

Please sign in to comment.