Bearbeiten und Löschen von Matches #171

Merged
sneeex merged 64 commits from feature/120-bearbeiten-und-loeschen-von-matches into development 2026-03-08 08:28:10 +00:00
Showing only changes of commit 2bd5c30094 - Show all commits

View File

@@ -252,6 +252,7 @@ class _MatchDetailViewState extends State<MatchDetailView> {
), ),
), ),
); );
match.winner = currentWinner;
}, },
), ),
], ],