diff --git a/src/shared/components/comment/comment-node.tsx b/src/shared/components/comment/comment-node.tsx index 4643ca99..d2dee1e8 100644 --- a/src/shared/components/comment/comment-node.tsx +++ b/src/shared/components/comment/comment-node.tsx @@ -1053,7 +1053,7 @@ export class CommentNode extends Component { : i18n.t("link"); // The context button should show the parent comment by default - let parentCommentId = getCommentParentId(cv.comment) ?? cv.comment.id; + const parentCommentId = getCommentParentId(cv.comment) ?? cv.comment.id; return ( <>