Compare commits

..

No commits in common. "adea1eeb02223b56ba4c5d3dfe0648d33171ecfa" and "48615b3438dca89c3da6ec98f0e2d17f10890cf4" have entirely different histories.

4 changed files with 0 additions and 3 deletions

View File

@ -153,9 +153,6 @@ class SummaryCardForTotals extends StatelessWidget {
/* Load page variables based on calculated totals. */ /* Load page variables based on calculated totals. */
switch (itemType) { switch (itemType) {
case null:
break;
case ItemType.asset: case ItemType.asset:
_assetTotal = monthlyTotal; _assetTotal = monthlyTotal;
break; break;