Merge branch 'main' into feature/internationalization-support

This commit is contained in:
Mohamad Tarbin
2026-03-10 23:10:48 -04:00
committed by GitHub
26 changed files with 1171 additions and 270 deletions

View File

@@ -123,7 +123,7 @@ const NavBar = () => {
}
if (
['/chores', '/'].includes(location.pathname) &&
!searchParams.get('filter')
!searchParams.get('filterId')
) {
return menuRounded
}