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