From abc7b2141c0cdb60c2be640e678a9af1bfcb4cee Mon Sep 17 00:00:00 2001 From: bigboydiamonds <57741810+bigboydiamonds@users.noreply.github.com> Date: Thu, 12 Sep 2024 12:12:28 -0700 Subject: [PATCH] pending confirm loading button condition --- .../components/StateManagedBridge/BridgeTransactionButton.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/synapse-interface/components/StateManagedBridge/BridgeTransactionButton.tsx b/packages/synapse-interface/components/StateManagedBridge/BridgeTransactionButton.tsx index 1f5feb0f7a..094e81ca21 100644 --- a/packages/synapse-interface/components/StateManagedBridge/BridgeTransactionButton.tsx +++ b/packages/synapse-interface/components/StateManagedBridge/BridgeTransactionButton.tsx @@ -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')