From 0f874c6bbb173c3704868b9199a88960be8fa7b8 Mon Sep 17 00:00:00 2001 From: enes Date: Wed, 13 Nov 2024 15:12:45 +0100 Subject: [PATCH] chore: comment typo --- src/components/comment/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 && }