remove double quotes
This commit is contained in:
@@ -58,7 +58,7 @@ class _HomeViewState extends State<HomeView> {
|
|||||||
.toList();
|
.toList();
|
||||||
if (loadedRecentMatches.length < 2) {
|
if (loadedRecentMatches.length < 2) {
|
||||||
recentMatches.add(
|
recentMatches.add(
|
||||||
Match(name: "Dummy Match", winner: null, group: null, players: null),
|
Match(name: 'Dummy Match', winner: null, group: null, players: null),
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
if (mounted) {
|
if (mounted) {
|
||||||
|
|||||||
Reference in New Issue
Block a user