master
mahdi 3 years ago
parent 7b75274ae8
commit 3957dca704
  1. 8
      src/App.js
  2. 2
      src/components/ProductImage/index.js

@ -62,12 +62,12 @@ function App() {
{/* <Alert /> */}
{/* <Toast /> */}
{/* <ProductSuggestion /> */}
{/* <ProductImage /> */}
<ProductImage />
{/* <ProductTab /> */}
{/* <ProductStatusCard /> */}
<AdvertisementDesign1 />
<AdvertisementDesign2 />
<AdvertisementDesign3 />
{/* <AdvertisementDesign1 /> */}
{/* <AdvertisementDesign2 /> */}
{/* <AdvertisementDesign3 /> */}
</div>
</Provider>
);

@ -6,8 +6,6 @@ import productImg from "./productImg.svg";
const ProductImage = ({ images }) => {
console.log(images.length);
if (images.length > 3) {
}
return (
<section className="bg-white m-10 border-2 border-gray-300 p-4 rounded-lg">

Loading…
Cancel
Save