From d604a59ad1fafbf247a039dae077cb496d6481ad Mon Sep 17 00:00:00 2001 From: Hyperling <me@hyperling.com> Date: Fri, 21 Mar 2025 11:39:23 -0700 Subject: [PATCH] Accept a recommended change since null is now handled properly. --- lib/pages/report.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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!", ); }