Removed todo
All checks were successful
Pull Request Pipeline / test (pull_request) Successful in 38s
Pull Request Pipeline / lint (pull_request) Successful in 44s

This commit is contained in:
2026-03-07 22:48:57 +01:00
parent 9d2b6a0286
commit 73c8865eb5

View File

@@ -142,7 +142,6 @@ class _MatchDetailViewState extends State<MatchDetailView> {
const Icon(Icons.group),
const SizedBox(width: 8),
Text(
// TODO: Update after DB changes
'${match.group!.name}${getExtraPlayerCount(match)}',
style: const TextStyle(fontWeight: FontWeight.bold),
),