Merge branch 'main' into feature/internationalization-support
This commit is contained in:
@@ -123,7 +123,7 @@ const NavBar = () => {
|
||||
}
|
||||
if (
|
||||
['/chores', '/'].includes(location.pathname) &&
|
||||
!searchParams.get('filter')
|
||||
!searchParams.get('filterId')
|
||||
) {
|
||||
return menuRounded
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user