diff --git a/src/App.js b/src/App.js index 7d4f33b..ddf8780 100644 --- a/src/App.js +++ b/src/App.js @@ -62,12 +62,12 @@ function App() { {/* */} {/* */} {/* */} - {/* */} + {/* */} {/* */} - - - + {/* */} + {/* */} + {/* */} ); diff --git a/src/components/ProductImage/index.js b/src/components/ProductImage/index.js index 4d277df..dc3dab2 100644 --- a/src/components/ProductImage/index.js +++ b/src/components/ProductImage/index.js @@ -6,8 +6,6 @@ import productImg from "./productImg.svg"; const ProductImage = ({ images }) => { console.log(images.length); - if (images.length > 3) { - } return (