From 0ca62fb0a294f812adf427f53d0e400bb300680e Mon Sep 17 00:00:00 2001 From: lumaa-dev Date: Mon, 23 Sep 2024 18:39:23 +0200 Subject: [PATCH] Overall pay --- Bubble/Views/Settings/ShopView.swift | 4 ---- 1 file changed, 4 deletions(-) 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 {