1
0
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:
Szymon Lesisz 2019-01-03 18:26:07 +01:00
parent e6a8229d0f
commit 92c83f0877

View File

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