We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f14c35 commit db82597Copy full SHA for db82597
components/comments/index.js
@@ -21,7 +21,6 @@ const DisqusComponent = dynamic(
21
)
22
23
const Comments = ({ frontMatter }) => {
24
- let term
25
const comment = siteMetadata?.comment
26
if (!comment || Object.keys(comment).length === 0) return <></>
27
return (
0 commit comments