Fix: Setting winner
All checks were successful
Pull Request Pipeline / test (pull_request) Successful in 39s
Pull Request Pipeline / lint (pull_request) Successful in 45s

This commit is contained in:
2026-03-06 22:21:07 +01:00
parent e909f347e3
commit 2bd5c30094

View File

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