diff --git a/src/components/Product/index.js b/src/components/Product/index.js index f77e1f9..9db2d32 100644 --- a/src/components/Product/index.js +++ b/src/components/Product/index.js @@ -37,18 +37,18 @@ const ProductDesign = ({ rangeWidth, addToCartHolder, productName, - productGrade, productPrice, productImg, writeGHEIMAT, - numberOfRegards + numberOfRegards, + productHolderHoverBorder }) => { const [isHovering, setIsHovering] = useState(false); return (