Skip to content

Commit

Permalink
Merge pull request #1525 from planetary-social/fix-build
Browse files Browse the repository at this point in the history
Fix a build error in staging builds
  • Loading branch information
joshuatbrown authored Sep 20, 2024
2 parents 2565eb8 + bd8bf74 commit 3d3fb8d
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions Nos/Views/Settings/SettingsView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -331,9 +331,11 @@ extension SettingsView {
extension SettingsView {
/// Controls that will appear when the app is built for STAGING.
@MainActor private var stagingControls: some View {
newMediaFeatureToggle
newModerationFlowToggle
deleteAccountToggle
Group {
newMediaFeatureToggle
newModerationFlowToggle
deleteAccountToggle
}
}
}
#endif
Expand Down

0 comments on commit 3d3fb8d

Please sign in to comment.