year před 2 týdny
rodič
revize
268bd0b456

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

@@ -388,7 +388,7 @@ const Withdraw = () => {
                         <Input
                             className={styles.amountInput}
                             onChange={(value) => setAmount(value)}
-                            placeholder={`${currentChannel.min_amount}~${currentChannel.max_amount}`}
+                            // placeholder={`${currentChannel.min_amount}~${currentChannel.max_amount}`}
                         />
                     </Form.Item>