Another missing
This commit is contained in:
@@ -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(
|
||||||
|
|||||||
Reference in New Issue
Block a user