year преди 2 седмици
родител
ревизия
268bd0b456
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      src/app/[locale]/(TabBar)/deposit/component/withdraw/index.tsx

+ 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>