diff --git a/components/Comment.js b/components/Comment.js index bc702c4d..a2b73c05 100644 --- a/components/Comment.js +++ b/components/Comment.js @@ -121,7 +121,7 @@ const Comment = ({ frontMatter, className }) => { return null } - if (frontMatter?.comment != 'Hide') { + if (frontMatter?.comment !== 'Hide') { return (