MVP #141

Merged
flixcoo merged 705 commits from development into main 2026-01-09 12:55:50 +00:00
Showing only changes of commit b29cd6dff4 - Show all commits

View File

@@ -58,7 +58,7 @@ class _HomeViewState extends State<HomeView> {
.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) {