Fehlende Info in CreateGroupView #107

Merged
sneeex merged 3 commits from bug/73-Fehlende-Info-in-CreateGroupView into development 2025-12-31 16:24:32 +00:00
Showing only changes of commit 8c3282b954 - Show all commits

View File

@@ -136,12 +136,7 @@ class _PlayerSelectionState extends State<PlayerSelection> {
SizedBox(
height: 50,
child: selectedPlayers.isEmpty
? const Center(
child: Text(
'No players selected',
style: TextStyle(color: Colors.grey),
),
)
? const Center(child: Text('No players selected'))
: SingleChildScrollView(
scrollDirection: Axis.horizontal,
child: Row(