Skip to content

Commit

Permalink
Merge pull request wordpress-mobile#20787 from wordpress-mobile/featu…
Browse files Browse the repository at this point in the history
…re/hiding-dashboard-cards-enable-ff

Hiding Dashboard Cards: Enable feature flag
  • Loading branch information
kean authored Jun 2, 2023
2 parents d043fbf + ca8950a commit 835b992
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ enum FeatureFlag: Int, CaseIterable {
case .readerUserBlocking:
return true
case .personalizeHomeTab:
return false
return AppConfiguration.isJetpack
case .commentModerationUpdate:
return false
}
Expand Down

0 comments on commit 835b992

Please sign in to comment.