diff --git a/Bubble/Views/Settings/ShopView.swift b/Bubble/Views/Settings/ShopView.swift index a005ac8..8c83d73 100644 --- a/Bubble/Views/Settings/ShopView.swift +++ b/Bubble/Views/Settings/ShopView.swift @@ -14,11 +14,7 @@ public struct ShopView: View { @State private var hasSub: Bool = false private var canPay: Bool { - #if targetEnvironment(simulator) || !DEBUG return true - #else - return false - #endif } public var body: some View {