mirror of
https://github.com/trezor/trezor-wallet
synced 2025-03-25 12:35:45 +00:00
Fix typo and unused prop
This commit is contained in:
parent
0a67ea3038
commit
34bf0ee17c
@ -71,7 +71,7 @@ const AccountSummary = (props: Props) => {
|
||||
|
||||
return (
|
||||
<SelectedAccount {...props}>
|
||||
<AccountHeading network={account.networks}>
|
||||
<AccountHeading>
|
||||
<AccountName>
|
||||
<StyledCoinLogo coinNetwork={account.network} />
|
||||
<H2>Account #{parseInt(account.index, 10) + 1}</H2>
|
||||
@ -92,7 +92,6 @@ const AccountSummary = (props: Props) => {
|
||||
network={network.network}
|
||||
fiat={props.fiat}
|
||||
localStorage={props.localStorage}
|
||||
onToggle={props.onDetailsToggle}
|
||||
/>
|
||||
|
||||
<StyledH2>
|
||||
|
Loading…
Reference in New Issue
Block a user