We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c612b7b commit 02598ceCopy full SHA for 02598ce
src/app/AppLayout/AppLayout.tsx
@@ -54,7 +54,7 @@ const AppLayout: React.FunctionComponent<IAppLayout> = ({ children }) => {
54
55
const renderNavItem = (route: IAppRoute, index: number) => (
56
<NavItem key={`${route.label}-${index}`} id={`${route.label}-${index}`}>
57
- <NavLink exact to={route.path} activeClassName="pf-m-current">
+ <NavLink exact={route.exact} to={route.path} activeClassName="pf-m-current">
58
{route.label}
59
</NavLink>
60
</NavItem>
0 commit comments