diff --git a/lib/pages/report.dart b/lib/pages/report.dart index 2f2298c..07ff1e7 100644 --- a/lib/pages/report.dart +++ b/lib/pages/report.dart @@ -172,7 +172,7 @@ class SummaryCardForTotals extends StatelessWidget { default: throw UnimplementedError( - "Item type ${itemType!.title} not handled in SummaryCardForTotals!", + "Item type ${itemType.title} not handled in SummaryCardForTotals!", ); }