@ -67,10 +67,14 @@ struct TournamentCellView: View {
.font(.caption)
Spacer()
if tournament.isPrivate {
if displayStyle == .short {
Text("privé")
} else {
.capsule(foreground: .black, background: .beige)
}
Text(tournament.clubLabel()).lineLimit(1)