diff --git a/MoneyMap/Pages/Index.cshtml b/MoneyMap/Pages/Index.cshtml index 1234aaa..fea28db 100644 --- a/MoneyMap/Pages/Index.cshtml +++ b/MoneyMap/Pages/Index.cshtml @@ -117,6 +117,8 @@
+ @if (Model.TopCategories.Count > 1) + {
Spending by category (last 90 days)
@@ -125,7 +127,8 @@
-
+ } +
Net cash flow (last 30 days)
@@ -206,7 +209,7 @@
} -@if (Model.TopCategories.Any()) +@if (Model.TopCategories.Count > 1) {