require full teams for bracket initialization

This commit is contained in:
2026-03-13 15:04:17 +01:00
parent cc7faf477b
commit 95897ccc07
6 changed files with 40 additions and 22 deletions

View File

@@ -70,10 +70,7 @@ class _HomePageState extends State<HomePage> {
const PopupMenuItem(value: 1, child: Text('Profil')),
const PopupMenuItem(
value: 2,
child: Text(
'Abmelden',
style: TextStyle(color: Colors.red),
),
child: Text('Abmelden', style: TextStyle(color: Colors.red)),
),
];
},