1
0
mirror of https://github.com/trezor/trezor-wallet synced 2024-11-27 02:38:18 +00:00

searchable xrp local currency select

This commit is contained in:
slowbackspace 2019-04-16 17:10:58 +02:00
parent aeb48b202a
commit 4a176aad83

View File

@ -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)}