bugfixes
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user