This commit is contained in:
tim
2025-02-21 23:37:29 -04:00
parent 366531c185
commit 2397ebfe45
7 changed files with 17 additions and 15 deletions

View File

@@ -146,10 +146,8 @@ export function inversionPreference(chainId, base, quote) {
break // definitely inverted
}
}
console.log('inverted?', base, quote, preferInverted)
prefs.inverted[key] = preferInverted
}
// console.log('inversion preference', base, quote, prefs.inverted[key], inputInverted)
return prefs.inverted[key] !== inputInverted
}