From 34292132e794f2cfe71b419ff4063c84633fdd62 Mon Sep 17 00:00:00 2001 From: GreyAir Date: Mon, 27 May 2024 09:01:15 +0000 Subject: [PATCH] fix bug --- components/Comment.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 (