fix compilation issue post merge

sync2
Razmig Sarkissian 8 months ago
parent 76c22c22fe
commit f7c393fc07
  1. 2
      PadelClub/Views/Tournament/Screen/InscriptionManagerView.swift
  2. 2
      PadelClub/Views/Tournament/Shared/TournamentCellView.swift

@ -856,7 +856,7 @@ struct InscriptionManagerView: View {
}
RowButtonView("Rafraîchir les inscriptions en ligne") {
await _refreshList()
await _refreshList(forced: true)
}
}
} header: {

@ -172,7 +172,7 @@ struct TournamentCellView: View {
HStack {
Spacer()
if value > 0 {
Text("(dont " + value.formatted() + " équipe\(value.pluralSuffix) inscrite\(value.pluralSuffix) en ligne)")
Text("(dont " + value.formatted() + " inscrite\(value.pluralSuffix) en ligne)")
}
}
}

Loading…
Cancel
Save