Teamspiele implementieren #217
@@ -236,9 +236,9 @@ class _MatchTileState extends State<MatchTile> {
|
|||||||
],
|
],
|
||||||
|
|
||||||
if (match.teams != null && match.teams!.isNotEmpty) ...[
|
if (match.teams != null && match.teams!.isNotEmpty) ...[
|
||||||
const Text(
|
Text(
|
||||||
'Teams',
|
loc.teams,
|
||||||
style: TextStyle(
|
style: const TextStyle(
|
||||||
fontSize: 13,
|
fontSize: 13,
|
||||||
color: Colors.grey,
|
color: Colors.grey,
|
||||||
fontWeight: FontWeight.w500,
|
fontWeight: FontWeight.w500,
|
||||||
|
|||||||
Reference in New Issue
Block a user