MVP #141

Merged
flixcoo merged 705 commits from development into main 2026-01-09 12:55:50 +00:00
Showing only changes of commit b0073addf8 - Show all commits

View File

@@ -234,7 +234,7 @@ class _CreateMatchViewState extends State<CreateMatchView> {
? () async {
Match match = Match(
name: _matchNameController.text.isEmpty
? hintText.trim()
? hintText
: _matchNameController.text.trim(),
createdAt: DateTime.now(),
group: selectedGroup,