fix issue with groupstage possible crash when calculating score

add the ability to always create a final table structure
newoffer2025
Razmig Sarkissian 3 months ago
parent 7a08bda544
commit 6d2d77b503
  1. 2
      PadelClub/Views/Tournament/Screen/TableStructureView.swift

@ -265,7 +265,7 @@ struct TableStructureView: View {
}
}
if tournament.rounds().isEmpty, tournament.state() == .build {
if tournament.rounds().isEmpty {
Section {
RowButtonView("Ajouter un tableau", role: .destructive) {
tournament.buildBracket(minimalBracketTeamCount: 4)

Loading…
Cancel
Save