Skip to content

Commit

Permalink
Merge branch 'ideal-nav-merge' into @kosmydel/ideal-nav-small-fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
MaciejSWM committed Jan 4, 2024
2 parents ebde63f + f81f7f2 commit b3fd73e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion assets/images/wrench.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/pages/home/sidebar/AllSettingsScreen.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ function AllSettingsScreen() {
}
})}
shouldBlockSelection={Boolean(item.link)}
focused={activeRoute && activeRoute.startsWith(item.routeName)}
focused={activeRoute && item.routeName && activeRoute.toLowerCase().replaceAll('_', '') === item.routeName.replaceAll('/', '')}
isPaneMenu
/>
);
Expand Down

0 comments on commit b3fd73e

Please sign in to comment.