mirror of
https://github.com/trezor/trezor-wallet
synced 2025-05-24 01:38:46 +00:00
Change token message
This commit is contained in:
parent
c2c79dcbfa
commit
29ae195f20
@ -123,7 +123,7 @@ const AccountSummary = (props: Props) => {
|
|||||||
defaultOptions
|
defaultOptions
|
||||||
value={null}
|
value={null}
|
||||||
isMulti={false}
|
isMulti={false}
|
||||||
placeholder="Search for the token"
|
placeholder="Type in a token name or paste a token address directly"
|
||||||
loadingMessage={() => 'Loading...'}
|
loadingMessage={() => 'Loading...'}
|
||||||
noOptionsMessage={() => 'Token not found'}
|
noOptionsMessage={() => 'Token not found'}
|
||||||
onChange={(token) => {
|
onChange={(token) => {
|
||||||
|
Loading…
Reference in New Issue
Block a user