mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-05-14 07:26:52 +00:00
fix bug
This commit is contained in:
@@ -121,7 +121,7 @@ const Comment = ({ frontMatter, className }) => {
|
||||
return null
|
||||
}
|
||||
|
||||
if (frontMatter?.comment != 'Hide') {
|
||||
if (frontMatter?.comment !== 'Hide') {
|
||||
return (
|
||||
<div
|
||||
key={frontMatter?.id}
|
||||
|
||||
Reference in New Issue
Block a user