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 /> */} {/* <Alert /> */}
{/* <Toast /> */} {/* <Toast /> */}
{/* <ProductSuggestion /> */} {/* <ProductSuggestion /> */}
{/* <ProductImage /> */} <ProductImage />
{/* <ProductTab /> */} {/* <ProductTab /> */}
{/* <ProductStatusCard /> */} {/* <ProductStatusCard /> */}
<AdvertisementDesign1 /> {/* <AdvertisementDesign1 /> */}
<AdvertisementDesign2 /> {/* <AdvertisementDesign2 /> */}
<AdvertisementDesign3 /> {/* <AdvertisementDesign3 /> */}
</div> </div>
</Provider> </Provider>
); );

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

Loading…
Cancel
Save