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