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.mjs
CHANGED
|
@@ -8126,8 +8126,7 @@ function ShopScreen({ initialFilters = {}, categoryName }) {
|
|
|
8126
8126
|
{
|
|
8127
8127
|
product,
|
|
8128
8128
|
onClickProduct: (item) => {
|
|
8129
|
-
|
|
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) => {
|