diff --git a/package-lock.json b/package-lock.json index 17a37ec1e..daff65a68 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "devDependencies": { "@playwright/test": "^1.47.1", "@types/lodash": "^4.17.7", - "@types/node": "22.5.4", + "@types/node": "22.5.5", "@types/nprogress": "^0.2.3", "@types/react-instantsearch-dom": "^6.12.8", "@types/uuid": "^10.0.0", @@ -2113,9 +2113,9 @@ "license": "MIT" }, "node_modules/@types/node": { - "version": "22.5.4", - "resolved": "https://registry.npmjs.org/@types/node/-/node-22.5.4.tgz", - "integrity": "sha512-FDuKUJQm/ju9fT/SeX/6+gBzoPzlVCzfzmGkwKvRHQVxi4BntVbyIwf6a4Xn62mrvndLiml6z/UBXIdEVjQLXg==", + "version": "22.5.5", + "resolved": "https://registry.npmjs.org/@types/node/-/node-22.5.5.tgz", + "integrity": "sha512-Xjs4y5UPO/CLdzpgR6GirZJx36yScjh73+2NlLlkFRSoQN8B0DpfXPdZGnvVmLRLOsqDpOfTNv7D9trgGhmOIA==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index a73a44c04..0dd4a7fda 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "devDependencies": { "@playwright/test": "^1.47.1", "@types/lodash": "^4.17.7", - "@types/node": "22.5.4", + "@types/node": "22.5.5", "@types/nprogress": "^0.2.3", "@types/react-instantsearch-dom": "^6.12.8", "@types/uuid": "^10.0.0", diff --git a/src/components/Product/SingleProduct.component.tsx b/src/components/Product/SingleProduct.component.tsx index 1c416a7e6..c67151bbb 100644 --- a/src/components/Product/SingleProduct.component.tsx +++ b/src/components/Product/SingleProduct.component.tsx @@ -79,13 +79,13 @@ const SingleProduct = ({ product }: IProductRootObject) => { /> )}
+
{product.variations && filteredVariantPrice(price, '')} {!product.variations && salePrice}
@@ -97,7 +97,7 @@ const SingleProduct = ({ product }: IProductRootObject) => { )} {/* Display regular price when not on sale */} {!onSale && ( -{price}
+{price}
)}{DESCRIPTION_WITHOUT_HTML}
{Boolean(product.stockQuantity) && (