fix: regression in tooltips, autocomplete and font

This commit is contained in:
Taranto 2020-09-09 16:38:20 +01:00 committed by Josh Harvey
parent 6f5cb385b0
commit 99b400f21c
18 changed files with 348 additions and 277 deletions

View file

@ -52,7 +52,7 @@ const getElements = (cryptoCurrencies, accounts) => {
options: getOptions('ticker'),
valueProp: 'code',
getLabel: R.path(['display']),
limit: null
optionsLimit: null
}
},
{
@ -66,7 +66,7 @@ const getElements = (cryptoCurrencies, accounts) => {
options: getOptions('wallet'),
valueProp: 'code',
getLabel: R.path(['display']),
limit: null
optionsLimit: null
}
},
{
@ -80,7 +80,7 @@ const getElements = (cryptoCurrencies, accounts) => {
options: getOptions('exchange'),
valueProp: 'code',
getLabel: R.path(['display']),
limit: null
optionsLimit: null
}
},
{
@ -94,7 +94,7 @@ const getElements = (cryptoCurrencies, accounts) => {
options: getOptions('zeroConf'),
valueProp: 'code',
getLabel: R.path(['display']),
limit: null
optionsLimit: null
}
}
]