Skip to content

Commit

Permalink
removing unused image function
Browse files Browse the repository at this point in the history
  • Loading branch information
mohammednasser-jt committed Feb 11, 2024
1 parent 10683ea commit c053da0
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/components/PhotoGallery.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,6 @@ function PhotoGallery(props) {
columnArray.push(targetImages.slice(i, i + columnLength));
}

const images = (column) => column.map((image, i) => (
<Image key={i} src={image} className="comic-image" onClick={() => openLightbox(i)}/>
));

const renderImages = (
<div>
<div className="images-container">
Expand Down

0 comments on commit c053da0

Please sign in to comment.