sync2
Razmig Sarkissian 8 months ago
parent 14993d719e
commit 097290962c
  1. 2
      PadelClub/Views/Team/EditingTeamView.swift

@ -336,7 +336,7 @@ struct EditingTeamView: View {
} }
func canSaveWithoutWarning() -> Bool { func canSaveWithoutWarning() -> Bool {
tournament.shouldWarnOnlineRegistrationUpdates() && tournament.teamCount <= tournament.unsortedTeamsCount() (tournament.shouldWarnOnlineRegistrationUpdates() && tournament.teamCount <= tournament.unsortedTeamsCount()) == false
} }
private var confirmationReceived: Binding<Bool> { private var confirmationReceived: Binding<Bool> {

Loading…
Cancel
Save