mirror of
https://github.com/trezor/trezor-wallet
synced 2025-05-29 04:08:46 +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 tokensSelectData = getTokensSelectData(tokens, network);
|
||||||
const tokensSelectValue = tokensSelectData.find(t => t.value === currency)
|
const tokensSelectValue = tokensSelectData.find(t => t.value === currency);
|
||||||
const isAdvancedSettingsHidden = !advanced;
|
const isAdvancedSettingsHidden = !advanced;
|
||||||
|
|
||||||
return (
|
return (
|
||||||
|
Loading…
Reference in New Issue
Block a user