Removed todo
This commit is contained in:
@@ -142,7 +142,6 @@ class _MatchDetailViewState extends State<MatchDetailView> {
|
|||||||
const Icon(Icons.group),
|
const Icon(Icons.group),
|
||||||
const SizedBox(width: 8),
|
const SizedBox(width: 8),
|
||||||
Text(
|
Text(
|
||||||
// TODO: Update after DB changes
|
|
||||||
'${match.group!.name}${getExtraPlayerCount(match)}',
|
'${match.group!.name}${getExtraPlayerCount(match)}',
|
||||||
style: const TextStyle(fontWeight: FontWeight.bold),
|
style: const TextStyle(fontWeight: FontWeight.bold),
|
||||||
),
|
),
|
||||||
|
|||||||
Reference in New Issue
Block a user