fix: disable lend on auto repay on trade
This commit is contained in:
parent
a61f056eae
commit
0dd3c9afa7
@ -187,7 +187,7 @@ export default function SwapForm(props: Props) {
|
||||
removeCoin,
|
||||
addCoin,
|
||||
debtCoin,
|
||||
isAutoLendEnabled ? 'lend' : 'deposit',
|
||||
isAutoLendEnabled && !isAutoRepayChecked ? 'lend' : 'deposit',
|
||||
isAutoRepayChecked,
|
||||
)
|
||||
}, 100),
|
||||
|
Loading…
Reference in New Issue
Block a user