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 +1 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/src/screens/ShopScreen.tsx +1 -2
package/dist/index.js
CHANGED
|
@@ -8136,8 +8136,7 @@ function ShopScreen({ initialFilters = {}, categoryName }) {
|
|
|
8136
8136
|
{
|
|
8137
8137
|
product,
|
|
8138
8138
|
onClickProduct: (item) => {
|
|
8139
|
-
|
|
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) => {
|