mirror of
https://github.com/trezor/trezor-wallet
synced 2024-11-15 21:08:57 +00:00
SendForm eslint fix
This commit is contained in:
parent
835d172483
commit
6ad65dd6f1
@ -243,7 +243,7 @@ const AccountSend = (props: Props) => {
|
||||
}
|
||||
|
||||
const tokensSelectData = getTokensSelectData(tokens, network);
|
||||
const tokensSelectValue = tokensSelectData.find(t => t.value === currency)
|
||||
const tokensSelectValue = tokensSelectData.find(t => t.value === currency);
|
||||
const isAdvancedSettingsHidden = !advanced;
|
||||
|
||||
return (
|
||||
|
Loading…
Reference in New Issue
Block a user