This commit is contained in:
@@ -36,6 +36,7 @@ function createComment(comment) {
|
||||
const wrapper = document.createElement("div");
|
||||
wrapper.className = "comment";
|
||||
wrapper.dataset.id = comment.id;
|
||||
wrapper.id = `comment-${comment.id}`;
|
||||
|
||||
const author = document.createElement("strong");
|
||||
author.textContent = comment.author || "Anonymous";
|
||||
|
||||
Reference in New Issue
Block a user