Don’t show selection on all /teams routes
This commit is contained in:
parent
6034157d07
commit
5678e13afb
1 changed files with 1 additions and 1 deletions
|
|
@ -66,7 +66,7 @@
|
||||||
|
|
||||||
// For gallery/teams, we need to check for /teams paths
|
// For gallery/teams, we need to check for /teams paths
|
||||||
if (href === galleryHref) {
|
if (href === galleryHref) {
|
||||||
return path === href || path.startsWith(localizeHref('/teams'))
|
return path === href
|
||||||
}
|
}
|
||||||
|
|
||||||
// Exact match or starts with href + /
|
// Exact match or starts with href + /
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue