1
0
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:
Vasek Mlejnsky 2018-09-03 12:46:04 +02:00
parent 0a67ea3038
commit 34bf0ee17c

View File

@ -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>