Changing let to const.

This commit is contained in:
Dessalines 2023-05-21 21:28:10 -04:00
parent 5f4f87f3ea
commit c60a629f27

View file

@ -1053,7 +1053,7 @@ export class CommentNode extends Component<CommentNodeProps, CommentNodeState> {
: 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 (
<>