Skip to content

Commit

Permalink
Merge pull request #82 from BerkeAras/bug/80
Browse files Browse the repository at this point in the history
Bug/80
  • Loading branch information
BerkeAras committed Jun 19, 2021
2 parents a185a1e + aa82e3f commit ad9b16b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/components/_App_PostList/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -237,8 +237,6 @@ class PostsList extends React.Component {

// Update counter

console.log(element)

currentLikeCount = element.querySelector('span').innerHTML.substr(0, element.querySelector('span').innerHTML.indexOf(' '))
currentLikeCount = parseInt(currentLikeCount)

Expand Down

0 comments on commit ad9b16b

Please sign in to comment.