Skip to content

Commit a27feae

Browse files
author
Emily Laguna
committed
Feature Flag scan support on the notifications view
1 parent 25e83d5 commit a27feae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

WordPress/Classes/Utility/ContentCoordinator.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ struct DefaultContentCoordinator: ContentCoordinator {
7171
}
7272

7373
func displayScanWithSiteID(_ siteID: NSNumber?) throws {
74-
guard let blog = blogWithBlogID(siteID), blog.isScanAllowed() else {
74+
guard Feature.enabled(.jetpackScan), let blog = blogWithBlogID(siteID), blog.isScanAllowed() else {
7575
throw DisplayError.missingParameter
7676
}
7777

0 commit comments

Comments
 (0)