We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38f22b7 commit 74ae14dCopy full SHA for 74ae14d
Experiments/Experiments/DefaultFeatureFlagService.swift
@@ -28,7 +28,7 @@ public struct DefaultFeatureFlagService: FeatureFlagService {
28
case .orderCreation:
29
return buildConfig == .localDeveloper || buildConfig == .alpha
30
case .hubMenu:
31
- return buildConfig == .localDeveloper || buildConfig == .alpha
+ return true
32
case .systemStatusReport:
33
return true
34
case .stripeExtensionInPersonPayments:
0 commit comments