Skip to content

Commit db82597

Browse files
authored
fix: remove unused variable
1 parent 3f14c35 commit db82597

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

components/comments/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ const DisqusComponent = dynamic(
2121
)
2222

2323
const Comments = ({ frontMatter }) => {
24-
let term
2524
const comment = siteMetadata?.comment
2625
if (!comment || Object.keys(comment).length === 0) return <></>
2726
return (

0 commit comments

Comments
 (0)