1
0
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:
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} /> <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}