Skip to content

Commit

Permalink
fix: add default true to show settings to make sure it shows for lock…
Browse files Browse the repository at this point in the history
…ed screens, closes #5777
  • Loading branch information
pete-watters committed Aug 21, 2024
1 parent dec7146 commit 63dffd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/features/container/headers/page.header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export function PageHeader({
title,
isSummaryPage,
isSessionLocked,
isSettingsVisibleOnSm,
isSettingsVisibleOnSm = true,
onBackLocation,
}: PageHeaderProps) {
const { isShowingSwitchAccount, setIsShowingSwitchAccount } =
Expand Down

0 comments on commit 63dffd4

Please sign in to comment.