Skip to content

Commit

Permalink
pending confirm loading button condition
Browse files Browse the repository at this point in the history
  • Loading branch information
bigboydiamonds committed Sep 12, 2024
1 parent 1c5414f commit abc7b21
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ export const BridgeTransactionButton = ({
label: t('Insufficient balance'),
onClick: null,
}
} else if (isLoading && hasValidQuote) {
} else if (isLoading && hasValidQuote && hasSufficientBalance) {
buttonProperties = {
label: isPendingConfirmChange
? t('Confirm quote')
Expand Down

0 comments on commit abc7b21

Please sign in to comment.