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 b1a379d commit a557969Copy full SHA for a557969
components/product/SidebarProduct.tsx
@@ -39,7 +39,7 @@ export const SidebarProduct = () => {
39
const isStandaloneCategory = childPage.page.documentType === 'article'
40
41
const childTitle = childPage.renderedShortTitle || childPage.renderedFullTitle
42
- const isActive = routePath.includes(routePath)
+ const isActive = routePath.includes(childPage.href)
43
const isCurrent = routePath === childPage.href
44
return (
45
<li
0 commit comments