Renamed MatchResultView and match variable

This commit is contained in:
2025-12-30 21:01:07 +01:00
parent 9821af39fe
commit 05c6625bf3
3 changed files with 12 additions and 12 deletions

View File

@@ -80,7 +80,7 @@ class _MatchViewState extends State<MatchView> {
context,
CupertinoPageRoute(
fullscreenDialog: true,
builder: (context) => GameResultView(
builder: (context) => MatchResultView(
match: matches[index],
onWinnerChanged: loadGames,
),