diff --git a/PadelClub/Views/Planning/SchedulerView.swift b/PadelClub/Views/Planning/SchedulerView.swift index ed33436..9038421 100644 --- a/PadelClub/Views/Planning/SchedulerView.swift +++ b/PadelClub/Views/Planning/SchedulerView.swift @@ -172,7 +172,7 @@ struct SchedulerView: View { Text("Match de classement \(round.roundTitle(.short))") } footer: { if tournament.isAnimation() == false, round.index == 1, let semi = round.loserRounds().first { - let federalFormat = tournament.loserBracketSmartMatchFormat(1) + let federalFormat = tournament.loserBracketSmartMatchFormat() if semi.matchFormat.weight > federalFormat.weight { Button { round.updateMatchFormatAndAllMatches(federalFormat) diff --git a/PadelClub/Views/Tournament/TournamentView.swift b/PadelClub/Views/Tournament/TournamentView.swift index 0a31c6d..8b998d0 100644 --- a/PadelClub/Views/Tournament/TournamentView.swift +++ b/PadelClub/Views/Tournament/TournamentView.swift @@ -282,7 +282,7 @@ struct TournamentView: View { .toolbarBackground(.visible, for: .navigationBar) .navigationTitle("Rappel des délais") } label: { - Label("Rappel des délais", systemImage: "calendarcalendar.badge.exclamationmark") + Label("Rappel des délais", systemImage: "calendar.badge.exclamationmark") } }