Skip to content

Commit

Permalink
Fix incorrect SelfService condition
Browse files Browse the repository at this point in the history
  • Loading branch information
almenscorner committed Dec 5, 2024
1 parent 7d29285 commit 17edf5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SupportCompanion/SidebarConfig.swift
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ func generateSidebarItems(preferences: Preferences, stateManager: WebViewStateMa
)
}

if !preferences.actions.isEmpty && preferences.menuShowIdentity {
if !preferences.actions.isEmpty && preferences.menuShowSelfService {
items.append(
SidebarItem(
label: Constants.Navigation.selfService,
Expand Down

0 comments on commit 17edf5e

Please sign in to comment.