Compare commits
2 Commits
48615b3438
...
adea1eeb02
Author | SHA1 | Date | |
---|---|---|---|
adea1eeb02 | |||
f441caebf7 |
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user