Skip to content

Commit

Permalink
u
Browse files Browse the repository at this point in the history
  • Loading branch information
agsulimko committed Sep 15, 2023
1 parent 1cf1b51 commit 1b998ef
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions src/components/Searchbar/Searchbar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -77,25 +77,6 @@ export default class Searchbar extends Component {



// <FormCreatePhotos createPhotos={createPhotos}

// />
// {isLoading && <h1>Loading...</h1>}
// {error && <h1>{error}</h1>}
// {photos && (
// <ul className='list-group'>
// {(photos).map((el) => (
// <ImageGalleryItem
// photos={el}
// key={el.id}
// handleDelete={handleDelete}
// handleCheck={handleCheck}
// />
// ))}
// </ul>
// )}





Expand Down

0 comments on commit 1b998ef

Please sign in to comment.