Skip to content

Commit

Permalink
disable connect button when in progress
Browse files Browse the repository at this point in the history
  • Loading branch information
sidvishnoi committed Sep 26, 2024
1 parent 9f08c84 commit 0d4e508
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/popup/components/ConnectWalletForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -346,6 +346,7 @@ export const ConnectWalletForm = ({
isValidating.walletAddressUrl ||
!!errors.amount ||
!!errors.walletAddressUrl ||
isSubmitting ||
!walletAddressUrl ||
!amount
}
Expand Down

0 comments on commit 0d4e508

Please sign in to comment.