diff --git a/components/Comment.js b/components/Comment.js index d624e468..e1b1f6bb 100644 --- a/components/Comment.js +++ b/components/Comment.js @@ -107,7 +107,7 @@ const Comment = ({ frontMatter }) => { )} - {BLOG.COMMENT_WEBMENTION.ENABLE === 'yes' && (
+ {BLOG.COMMENT_WEBMENTION.ENABLE && (
)}