fix: small bugfixes and improvements
This commit is contained in:
parent
f6547341f1
commit
c45241471e
14 changed files with 97 additions and 205 deletions
|
|
@ -52,6 +52,7 @@ const getOverridesFields = (getData, currency, auxElements) => {
|
|||
)
|
||||
|
||||
const suggestionFilter = (it, cryptoData) => {
|
||||
console.log(it)
|
||||
if (!it?.machine) return cryptoData
|
||||
|
||||
return R.differenceWith(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue