year vor 2 Wochen
Ursprung
Commit
268bd0b456
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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>