Overall pay

This commit is contained in:
lumaa-dev 2024-09-23 18:39:23 +02:00
parent 8a86a1eb38
commit 0ca62fb0a2
1 changed files with 0 additions and 4 deletions

View File

@ -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 {