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.js CHANGED
@@ -8136,8 +8136,7 @@ function ShopScreen({ initialFilters = {}, categoryName }) {
8136
8136
  {
8137
8137
  product,
8138
8138
  onClickProduct: (item) => {
8139
- const productData = encodeURIComponent(JSON.stringify(item));
8140
- router.push(buildPath(`/products/${item.id}?product=${productData}`));
8139
+ router.push(buildPath(`/products/${item.id}`));
8141
8140
  }
8142
8141
  }
8143
8142
  )))) : /* @__PURE__ */ React21__default.default.createElement("div", { className: "space-y-4" }, displayedProducts.map((product) => {