diff --git a/src/components/comment/index.tsx b/src/components/comment/index.tsx index 23daaae..c81dd7a 100644 --- a/src/components/comment/index.tsx +++ b/src/components/comment/index.tsx @@ -196,7 +196,7 @@ export const Comments = ({ addressable, setCommentCount }: Props) => {

Comments

- {/* Hide comment form is aTag is missing */} + {/* Hide comment form if aTag is missing */} {!!addressable.aTag && }