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