diff --git a/lib/pages/report.dart b/lib/pages/report.dart index 079508c..2f2298c 100644 --- a/lib/pages/report.dart +++ b/lib/pages/report.dart @@ -153,6 +153,9 @@ class SummaryCardForTotals extends StatelessWidget { /* Load page variables based on calculated totals. */ switch (itemType) { + case null: + break; + case ItemType.asset: _assetTotal = monthlyTotal; break;