removed comments

This commit is contained in:
Bangara Raju Kottedi 2024-05-07 02:53:28 +05:30
parent 95f097234d
commit 5a93cb9b86

View File

@ -65,9 +65,6 @@
if(response.postExists){
views.innerText = response.views;
likes.innerText = response.likes;
// if(Number(comments.innerText) !== NaN){
// comments.innerText = response.comments;
// }
postLikesAndViews.style.display = "inline";
}
}