Updated text icon tile

This commit is contained in:
2026-05-23 16:12:44 +02:00
parent 3c9d115d08
commit 6d17539af2
4 changed files with 2 additions and 8 deletions

View File

@@ -92,7 +92,6 @@ class TeamCard extends StatelessWidget {
return TextIconTile(
text: player.name,
suffixText: getNameCountText(player),
iconEnabled: false,
);
}).toList(),
),