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

@@ -239,7 +239,7 @@ class _CreateMatchViewState extends State<CreateMatchView> {
context,
CupertinoPageRoute(
fullscreenDialog: true,
builder: (context) => GameResultView(
builder: (context) => MatchResultView(
match: match,
onWinnerChanged: widget.onWinnerChanged,
),