mirror of
https://github.com/trezor/trezor-wallet
synced 2024-11-27 10:48:22 +00:00
Merge pull request #520 from trezor/fix/searchable-ripple-local-currency
searchable xrp local currency select
This commit is contained in:
commit
6dc3b8f9f3
@ -395,7 +395,7 @@ const AccountSend = (props: Props) => {
|
||||
sideAddons={[
|
||||
<LocalCurrencySelect
|
||||
key="local-currency"
|
||||
isSearchable={false}
|
||||
isSearchable
|
||||
isClearable={false}
|
||||
onChange={option => onLocalCurrencyChange(option)}
|
||||
value={buildCurrencyOption(localCurrency)}
|
||||
|
Loading…
Reference in New Issue
Block a user