Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
msadoon committed Aug 9, 2023
1 parent e32af42 commit ad87197
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Library/ViewModels/ProjectNavigationSelectorViewModel.swift
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,8 @@ public final class ProjectNavigationSelectorViewModel: ProjectNavigationSelector

let moreTabs: [NavigationSection] = [.campaign, .faq, .risks]

let includeAIDisclosure = extendedProjectProperties.aiDisclosure != nil && featureUseOfAIProjectTabEnabled()
let includeAIDisclosure = extendedProjectProperties
.aiDisclosure != nil && featureUseOfAIProjectTabEnabled()
let includeEnvironmentCommitments = !extendedProjectProperties.environmentalCommitments.isEmpty

let aiDisclosureTab: [NavigationSection] = includeAIDisclosure ? [.aiDisclosure] : []
Expand Down

0 comments on commit ad87197

Please sign in to comment.