Skip to content

Commit

Permalink
Update FeatureFlag.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
kean committed Sep 19, 2024
1 parent 1251efb commit d961195
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ enum FeatureFlag: Int, CaseIterable {
case .tipKit:
return BuildConfiguration.current != .appStore
case .sidebar:
return false
return true
case .newGutenberg:
return false
case .newGutenbergThemeStyles:
Expand Down

0 comments on commit d961195

Please sign in to comment.