Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikita Khrulev committed Dec 1, 2024
1 parent 7e091ab commit 7d995f1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion js/post.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ const insertPostComments = (commentsArr) => {
};

const openPostModal = (content) => {
console.log(content)
document.body.classList.add('modal-open');
postModal.querySelector('img').src = content.url;
postModal.querySelector('.likes-count').textContent = content.likes;
Expand Down

0 comments on commit 7d995f1

Please sign in to comment.