Skip to content

Commit

Permalink
Merge pull request #16347 from wordpress-mobile/enable-contact-info-i…
Browse files Browse the repository at this point in the history
…n-prod

Enabling contact info in prod by toggling on feature flag.
  • Loading branch information
illusaen authored Apr 21, 2021
2 parents 59f0293 + 2f99bd8 commit faca897
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ enum FeatureFlag: Int, CaseIterable, OverrideableFlag {
case .stories:
return true
case .contactInfo:
return BuildConfiguration.current ~= [.localDeveloper, .a8cBranchTest]
return true
case .siteCreationHomePagePicker:
return true
case .todayWidget:
Expand Down

0 comments on commit faca897

Please sign in to comment.