Another missing

This commit is contained in:
2025-12-11 20:12:21 +01:00
parent c4b249b199
commit 0e5ad1c3d9

View File

@@ -153,7 +153,7 @@ class _HomeViewState extends State<HomeView> {
ruleset: 'Ruleset', ruleset: 'Ruleset',
players: _getPlayerText(matches[0]), players: _getPlayerText(matches[0]),
winner: matches[0].winner == null winner: matches[0].winner == null
? 'Game in progress...' ? 'Match in progress...'
: matches[0].winner!.name, : matches[0].winner!.name,
), ),
const Padding( const Padding(