mirror of
https://github.com/trezor/trezor-wallet
synced 2025-01-03 21:00:55 +00:00
Ripple summary: hide explorer link for empty accounts
This commit is contained in:
parent
e6a8229d0f
commit
92c83f0877
@ -88,7 +88,7 @@ const AccountSummary = (props: Props) => {
|
|||||||
<StyledCoinLogo network={account.network} />
|
<StyledCoinLogo network={account.network} />
|
||||||
<AccountTitle>Account #{parseInt(account.index, 10) + 1}</AccountTitle>
|
<AccountTitle>Account #{parseInt(account.index, 10) + 1}</AccountTitle>
|
||||||
</AccountName>
|
</AccountName>
|
||||||
<Link href={explorerLink} isGray>See full transaction history</Link>
|
{ !account.empty && <Link href={explorerLink} isGray>See full transaction history</Link> }
|
||||||
</AccountHeading>
|
</AccountHeading>
|
||||||
<AccountBalance
|
<AccountBalance
|
||||||
network={network}
|
network={network}
|
||||||
|
Loading…
Reference in New Issue
Block a user