diff --git a/Pages/Portfolio.razor b/Pages/Portfolio.razor
index c1f9d59..01269c6 100644
--- a/Pages/Portfolio.razor
+++ b/Pages/Portfolio.razor
@@ -149,23 +149,27 @@ Portfolio@(stepPath==null?": review":": "+stepPath.Replace('-',' ')) - bogle.too
}
- @((MarkupString)boldUnderline("Current Retirement Assets:"))
-
-
+ @if (familyData.Accounts.Count > 0) {
+ @((MarkupString)boldUnderline("Current Retirement Assets:"))
+ }
Account | -Type | -Ticker | -$ / share |
- Shares | -$ Value | -|
---|---|---|---|---|---|---|
Account | ++ | Type | +Ticker | +$ / share |
+ Shares | +$ Value | +
@((account.Custodian != null ? account.Custodian + " ": "")+ account.Note) | -@((MarkupString)((account.Identifier != null ? ""+account.Identifier+" " : "") + account.AccountType)) | +@account.Identifier | +@account.AccountType | @investment.Ticker | @formatDoubleTwoDecimal(investment.Price) | @formatDoubleFourDecimal(investment.Shares) |