year 2 недель назад
Родитель
Сommit
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>