瀏覽代碼

feat: 修改

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>