Skip to content

Commit 74ae14d

Browse files
committed
feat: enabled the hub menu feature flag to everyone
1 parent 38f22b7 commit 74ae14d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Experiments/Experiments/DefaultFeatureFlagService.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public struct DefaultFeatureFlagService: FeatureFlagService {
2828
case .orderCreation:
2929
return buildConfig == .localDeveloper || buildConfig == .alpha
3030
case .hubMenu:
31-
return buildConfig == .localDeveloper || buildConfig == .alpha
31+
return true
3232
case .systemStatusReport:
3333
return true
3434
case .stripeExtensionInPersonPayments:

0 commit comments

Comments
 (0)