(cherry picked from commit 143a17f5b4)
143a17f5b4
@ -113,7 +113,10 @@ struct BroadcastView: View {
.foregroundStyle(.logoRed)
}
#if DEBUG
#else
.disabled((tournament.isPrivate && Guard.main.purchasedTransactions.isEmpty))
#endif
} footer: {
let verb : String = tournament.isPrivate ? "est" : "sera"
let footerString = " Le tournoi \(verb) masqué sur le site [Padel Club](\(URLs.main.rawValue))"