diff --git a/src/components/Product/index.js b/src/components/Product/index.js index bfce651..c4aa26d 100644 --- a/src/components/Product/index.js +++ b/src/components/Product/index.js @@ -1,7 +1,7 @@ import React, { useState } from "react"; import { BsExclamationSquareFill } from "react-icons/bs"; - +import { connect } from "react-redux"; const ProductDesign = ({ @@ -36,7 +36,8 @@ const ProductDesign = ({ hoverMode, teacher, btnOnClick, - catId + catId, + isMobile }) => { const [isHovering, setIsHovering] = useState(false); @@ -75,8 +76,8 @@ const ProductDesign = ({ if (catId == 1) { return ( -