diff --git a/src/pages/AddLiquidity/index.tsx b/src/pages/AddLiquidity/index.tsx index dfddee16ad0..bf7a2b16b6f 100644 --- a/src/pages/AddLiquidity/index.tsx +++ b/src/pages/AddLiquidity/index.tsx @@ -517,7 +517,9 @@ function AddLiquidity() { disabled={ !isValid || (!argentWalletContract && approvalA !== ApprovalState.APPROVED && !depositADisabled) || - (!argentWalletContract && approvalB !== ApprovalState.APPROVED && !depositBDisabled) + (!argentWalletContract && approvalB !== ApprovalState.APPROVED && !depositBDisabled) || + priceLower === undefined || + priceUpper === undefined } error={!isValid && !!parsedAmounts[Field.CURRENCY_A] && !!parsedAmounts[Field.CURRENCY_B]} >