From a6f40456d8fe0297bdd7ef697a0715d0dc2bd851 Mon Sep 17 00:00:00 2001 From: mathiskirchner Date: Sun, 16 Nov 2025 18:44:56 +0100 Subject: [PATCH] added missing const --- lib/presentation/widgets/group_tile.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/presentation/widgets/group_tile.dart b/lib/presentation/widgets/group_tile.dart index 11d3e47..ce6ba34 100644 --- a/lib/presentation/widgets/group_tile.dart +++ b/lib/presentation/widgets/group_tile.dart @@ -42,7 +42,7 @@ class GroupTile extends StatelessWidget { ), ), const SizedBox(width: 3), - Icon(Icons.group), + const Icon(Icons.group), ], ), const SizedBox(height: 5),