Fixes for Fixes for Fixes for the final Fixes
Dieser Commit ist enthalten in:
Ursprung
2c44eea71c
Commit
5f9b51581e
@ -373,7 +373,7 @@ class _EventFightList extends HookConsumerWidget {
|
||||
: Colors.white),
|
||||
),
|
||||
subtitle: Text(
|
||||
fight.score != 0
|
||||
fight.score == 0
|
||||
? fight.start.toString()
|
||||
: "Winner: ${fight.winner.name}",
|
||||
style: TextStyle(
|
||||
@ -505,6 +505,7 @@ class EditEventFightDialog extends HookConsumerWidget {
|
||||
},
|
||||
),
|
||||
);
|
||||
Navigator.of(context).pop();
|
||||
}
|
||||
},
|
||||
child: const Text("Delete")),
|
||||
|
In neuem Issue referenzieren
Einen Benutzer sperren