fix: remove unused variable

This commit is contained in:
Timothy 2022-04-22 17:22:55 -07:00 committed by GitHub
parent 3f14c35252
commit db82597b21
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,7 +21,6 @@ const DisqusComponent = dynamic(
)
const Comments = ({ frontMatter }) => {
let term
const comment = siteMetadata?.comment
if (!comment || Object.keys(comment).length === 0) return <></>
return (