1
0

Fixes for Fixes for Fixes for the final Fixes

Dieser Commit ist enthalten in:
Chaoscaot 2022-12-26 22:01:06 +01:00
Ursprung 2c44eea71c
Commit 5f9b51581e

Datei anzeigen

@ -373,7 +373,7 @@ class _EventFightList extends HookConsumerWidget {
: Colors.white), : Colors.white),
), ),
subtitle: Text( subtitle: Text(
fight.score != 0 fight.score == 0
? fight.start.toString() ? fight.start.toString()
: "Winner: ${fight.winner.name}", : "Winner: ${fight.winner.name}",
style: TextStyle( style: TextStyle(
@ -505,6 +505,7 @@ class EditEventFightDialog extends HookConsumerWidget {
}, },
), ),
); );
Navigator.of(context).pop();
} }
}, },
child: const Text("Delete")), child: const Text("Delete")),