remove colon behind players
This commit is contained in:
@@ -122,7 +122,7 @@ class _GameHistoryTileState extends State<GameHistoryTile> {
|
||||
|
||||
if (allPlayers.isNotEmpty) ...[
|
||||
const Text(
|
||||
'Players:',
|
||||
'Players',
|
||||
style: TextStyle(
|
||||
fontSize: 13,
|
||||
color: Colors.grey,
|
||||
|
||||
Reference in New Issue
Block a user