From b29cd6dff47e90611d9bfedd410c8895ae41e222 Mon Sep 17 00:00:00 2001 From: mathiskirchner Date: Wed, 24 Dec 2025 12:54:05 +0100 Subject: [PATCH] remove double quotes --- lib/presentation/views/main_menu/home_view.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/presentation/views/main_menu/home_view.dart b/lib/presentation/views/main_menu/home_view.dart index bb2acf6..06b647c 100644 --- a/lib/presentation/views/main_menu/home_view.dart +++ b/lib/presentation/views/main_menu/home_view.dart @@ -58,7 +58,7 @@ class _HomeViewState extends State { .toList(); if (loadedRecentMatches.length < 2) { recentMatches.add( - Match(name: "Dummy Match", winner: null, group: null, players: null), + Match(name: 'Dummy Match', winner: null, group: null, players: null), ); } if (mounted) {