@decocms/apps 1.1.0 → 1.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@decocms/apps",
3
- "version": "1.1.0",
3
+ "version": "1.1.1",
4
4
  "type": "module",
5
5
  "description": "Deco commerce apps for TanStack Start - Shopify, VTEX, commerce types, analytics utils",
6
6
  "exports": {
@@ -316,6 +316,7 @@ export default async function vtexProductListingPage(props: PLPProps): Promise<a
316
316
 
317
317
  if (
318
318
  facets.length === 0 &&
319
+ !query &&
319
320
  __pagePath &&
320
321
  __pagePath !== "/" &&
321
322
  __pagePath !== "/*" &&