/Building a Business ${reply?.comment_author}${reply?.eln_tier_label ? “ : ''} • ${reply?.comment_relative_time} ${reply?.comment_content?.trim()} `; } function createComment(comment, replies, isLastComment) { const commentListDiv = document.getElementById(PublicCommentSelectors.LIST); …