fix: remove unused variable
This commit is contained in:
parent
3f14c35252
commit
db82597b21
@ -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 (
|
||||
|
Loading…
x
Reference in New Issue
Block a user