mirror of
https://github.com/Instadapp/assembly.git
synced 2024-07-29 22:37:06 +00:00
Update useValidators.ts
This commit is contained in:
parent
c913be69ad
commit
5804173cd6
|
@ -134,7 +134,6 @@ export function useValidators() {
|
|||
minDebt = reflexerMinDebt.value,
|
||||
vaultId,
|
||||
) {
|
||||
console.log(debtParsed, minDebt);
|
||||
|
||||
if (lt(debtParsed, minDebt) && gt(debtParsed, "0")) {
|
||||
const vaultText = vaultId
|
||||
|
|
Loading…
Reference in New Issue
Block a user