mirror of
https://github.com/trezor/trezor-wallet
synced 2024-12-31 19:30:53 +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} />
|
||||
<AccountTitle>Account #{parseInt(account.index, 10) + 1}</AccountTitle>
|
||||
</AccountName>
|
||||
<Link href={explorerLink} isGray>See full transaction history</Link>
|
||||
{ !account.empty && <Link href={explorerLink} isGray>See full transaction history</Link> }
|
||||
</AccountHeading>
|
||||
<AccountBalance
|
||||
network={network}
|
||||
|
Loading…
Reference in New Issue
Block a user