hey-pharmacist-ecommerce 1.1.9 → 1.1.10

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/dist/index.mjs CHANGED
@@ -8126,8 +8126,7 @@ function ShopScreen({ initialFilters = {}, categoryName }) {
8126
8126
  {
8127
8127
  product,
8128
8128
  onClickProduct: (item) => {
8129
- const productData = encodeURIComponent(JSON.stringify(item));
8130
- router.push(buildPath(`/products/${item.id}?product=${productData}`));
8129
+ router.push(buildPath(`/products/${item.id}`));
8131
8130
  }
8132
8131
  }
8133
8132
  )))) : /* @__PURE__ */ React21.createElement("div", { className: "space-y-4" }, displayedProducts.map((product) => {