year hace 2 semanas
padre
commit
fb7efdd1a0

+ 1 - 0
src/app/[locale]/(TabBar)/deposit/component/withdraw/index.tsx

@@ -225,6 +225,7 @@ const Withdraw = () => {
         if (
             faltaData.score <= currentChannel.min_amount ||
             new BigNumber(value.amount).isGreaterThan(faltaData.score) ||
+            new BigNumber(value.amount).isLessThan(currentChannel.min_amount) ||
             faltaData.waitPoint !== 0 ||
             faltaData.waitScore !== 0
         ) {