mirror of
https://github.com/trezor/trezor-wallet
synced 2025-06-03 22:58:48 +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 (
|
return (
|
||||||
<SelectedAccount {...props}>
|
<SelectedAccount {...props}>
|
||||||
<AccountHeading network={account.networks}>
|
<AccountHeading>
|
||||||
<AccountName>
|
<AccountName>
|
||||||
<StyledCoinLogo coinNetwork={account.network} />
|
<StyledCoinLogo coinNetwork={account.network} />
|
||||||
<H2>Account #{parseInt(account.index, 10) + 1}</H2>
|
<H2>Account #{parseInt(account.index, 10) + 1}</H2>
|
||||||
@ -92,7 +92,6 @@ const AccountSummary = (props: Props) => {
|
|||||||
network={network.network}
|
network={network.network}
|
||||||
fiat={props.fiat}
|
fiat={props.fiat}
|
||||||
localStorage={props.localStorage}
|
localStorage={props.localStorage}
|
||||||
onToggle={props.onDetailsToggle}
|
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<StyledH2>
|
<StyledH2>
|
||||||
|
Loading…
Reference in New Issue
Block a user