Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ehconitin committed Oct 13, 2024
1 parent 864c786 commit a478ea1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ export const SettingsNavigationDrawerItems = () => {
return matchPath(
{
path: pathName,
end: accountSubSetting.matchSubPages,
end: accountSubSetting.matchSubPages === false,
},
currentPathName,
);
Expand Down

0 comments on commit a478ea1

Please sign in to comment.