File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ public struct DefaultFeatureFlagService: FeatureFlagService {
9898 case . notificationSettings:
9999 return true
100100 case . allowMerchantAIAPIKey:
101- return buildConfig == . localDeveloper || buildConfig == . alpha
101+ return false
102102 default :
103103 return true
104104 }
Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ final class HubMenuViewModel: ObservableObject {
112112 @Published private var isSiteEligibleForBlaze = false
113113 @Published private var isSiteEligibleForGoogleAds = false
114114 @Published private var isSiteEligibleForInbox = false
115-
115+
116116 private var shouldShowAISettings : Bool {
117117 featureFlagService. isFeatureFlagEnabled ( . allowMerchantAIAPIKey)
118118 }
@@ -350,7 +350,7 @@ private extension HubMenuViewModel {
350350 var items : [ HubMenuItem ] = [
351351 Payments ( iconBadge: shouldShowBadgeOnPayments ? . dot : nil )
352352 ]
353-
353+
354354 if shouldShowAISettings {
355355 items. append ( AISettings ( ) )
356356 }
You can’t perform that action at this time.
0 commit comments