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