Skip to content

Commit

Permalink
final
Browse files Browse the repository at this point in the history
  • Loading branch information
lunianka committed Jun 15, 2024
1 parent de27a20 commit 74aab21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/view/edit-point-view.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ const createPointPhotosTemplate = (pointDestination) => (
(pointDestination.pictures && pointDestination.pictures.length) ?
`<div class="event__photos-tape">
${pointDestination.pictures.map((picture) =>
`<img class="event__photo" src="${picture.src}" alt="${picture.description}">`
).join('')}
`<img class="event__photo" src="${picture.src}" alt="${picture.description}">`
).join('')}
</div>`
: ''
);
Expand Down

0 comments on commit 74aab21

Please sign in to comment.