Ripple summary: hide explorer link for empty accounts

pull/288/head
Szymon Lesisz 5 years ago
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…
Cancel
Save