From 6a74b270d24f04e36821398b83863d5b97e1b44b Mon Sep 17 00:00:00 2001 From: Brian Kim Date: Mon, 17 May 2021 12:01:22 -0700 Subject: Fixed bugs for plus sign in profile --- src/components/comments/CommentsContainer.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/components/comments/CommentsContainer.tsx') diff --git a/src/components/comments/CommentsContainer.tsx b/src/components/comments/CommentsContainer.tsx index 595ec743..d839ef38 100644 --- a/src/components/comments/CommentsContainer.tsx +++ b/src/components/comments/CommentsContainer.tsx @@ -49,7 +49,7 @@ const CommentsContainer: React.FC = ({ count += 1 + comments[i].replies_count; } return count; - } + }; useEffect(() => { const loadComments = async () => { -- cgit v1.2.3-70-g09d2