Skip to content

Commit

Permalink
minor - ts error fix (#7635)
Browse files Browse the repository at this point in the history
@FelixMalfait :) follow up - #7628
  • Loading branch information
ehconitin authored Oct 13, 2024
1 parent 6c0959b commit 5ca4750
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ export const SettingsNavigationDrawerItems = () => {
return matchPath(
{
path: pathName,
end: !accountSubSetting.matchSubPages ?? true,
end: accountSubSetting.matchSubPages === false,
},
currentPathName,
);
Expand Down

0 comments on commit 5ca4750

Please sign in to comment.