diff --git a/Swiftgram/SGPayWall/Sources/SGPayWall.swift b/Swiftgram/SGPayWall/Sources/SGPayWall.swift index d8b7925ab3..87653b4eb2 100644 --- a/Swiftgram/SGPayWall/Sources/SGPayWall.swift +++ b/Swiftgram/SGPayWall/Sources/SGPayWall.swift @@ -123,6 +123,7 @@ struct SGPayWallView: View { @State private var state: PayWallState = .ready @State private var showErrorAlert: Bool = false @State private var showConfetti: Bool = false + @State private var showDetails: Bool = false @State private var detailsPage: Int64 = 0 private let productsPub = NotificationCenter.default.publisher(for: .SGIAPHelperProductsUpdatedNotification, object: nil)