Skip to content

Commit

Permalink
filterGroups fallback
Browse files Browse the repository at this point in the history
  • Loading branch information
ndimatteo committed Aug 26, 2022
1 parent a92fa7c commit 1242524
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/modules/collection-grid.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const Collection = ({ data = {} }) => {
hasPagination ? paginationLimit : products.length
)

const filterGroups = filter.groups
const filterGroups = filter.groups ?? []

const [currentParams, setCurrentParams] = useParams([
{
Expand Down

1 comment on commit 1242524

@vercel
Copy link

@vercel vercel bot commented on 1242524 Aug 26, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

hull – ./

hull-ndimatteo.vercel.app
hull-git-main-ndimatteo.vercel.app
hull-demo.vercel.app
hull.dev

Please sign in to comment.