diff --git a/src/components/organism/WithdrawPoolLiquidity/index.tsx b/src/components/organism/WithdrawPoolLiquidity/index.tsx index 6e7dc4fd..7bb4c68a 100644 --- a/src/components/organism/WithdrawPoolLiquidity/index.tsx +++ b/src/components/organism/WithdrawPoolLiquidity/index.tsx @@ -265,7 +265,7 @@ const WithdrawPoolLiquidity = () => { nativeTokenExistentialDeposit, assetTokenInfoMinBalance ); - setMaxPercentage(truncateDecimalNumber(max)); + setMaxPercentage(minimumTokenAmountExceededCheck ? truncateDecimalNumber(max) : 100); } } };