mirror of
https://github.com/Instadapp/assembly.git
synced 2024-07-29 22:37:06 +00:00
fix
This commit is contained in:
parent
5fd7070048
commit
a0bb28007a
|
@ -156,7 +156,7 @@ export default defineComponent({
|
||||||
pending.value = true
|
pending.value = true
|
||||||
|
|
||||||
const amount = isMaxAmount.value
|
const amount = isMaxAmount.value
|
||||||
? gte(balance.value, balance.value)
|
? gte(balance.value, debt.value)
|
||||||
? dsa.value.maxValue
|
? dsa.value.maxValue
|
||||||
: balanceRaw.value
|
: balanceRaw.value
|
||||||
: valInt(amountParsed.value, decimals.value)
|
: valInt(amountParsed.value, decimals.value)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user