remove todo
All checks were successful
Pull Request Pipeline / test (pull_request) Successful in 2m9s
Pull Request Pipeline / lint (pull_request) Successful in 2m11s

This commit is contained in:
2025-12-05 19:41:01 +01:00
parent dba448b9c1
commit e3ac91bf48

View File

@@ -20,7 +20,7 @@ class GameResultView extends StatefulWidget {
class _GameResultViewState extends State<GameResultView> {
late final List<Player> allPlayers;
late final AppDatabase db;
Player? _player; //TODO: Set last winner as selected
Player? _player;
@override
void initState() {