always show offer

sync3
Laurent 2 months ago
parent 488e33e253
commit a80e2c6945
  1. 2
      PadelClub/Views/Navigation/Umpire/UmpireView.swift

@ -49,7 +49,6 @@ struct UmpireView: View {
PurchaseListView() PurchaseListView()
if Guard.main.currentPlan != .monthlyUnlimited {
Section { Section {
Button { Button {
self.showSubscriptions = true self.showSubscriptions = true
@ -70,7 +69,6 @@ struct UmpireView: View {
) )
} }
}
if StoreCenter.main.isAuthenticated { if StoreCenter.main.isAuthenticated {
NavigationLink { NavigationLink {

Loading…
Cancel
Save