diff options
author | Ivan Chen <ivan@tagg.id> | 2021-05-19 17:37:03 -0400 |
---|---|---|
committer | Ivan Chen <ivan@tagg.id> | 2021-05-19 17:37:03 -0400 |
commit | 2531a2b672bb60e871d419453ae8558f0869bce3 (patch) | |
tree | b23f79f6378384cffff9e032d12066014e9dafff /src/components/comments/CommentsContainer.tsx | |
parent | 1a4113ee3e47be229e28fc5a935ada174781b00b (diff) | |
parent | cddcfef3c32e08aedef1e4908bd477e45bef1974 (diff) |
Merge branch 'master' into tma858-remind-users
# Conflicts:
# src/components/friends/InviteFriendTile.tsx
Diffstat (limited to 'src/components/comments/CommentsContainer.tsx')
-rw-r--r-- | src/components/comments/CommentsContainer.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
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<CommentsContainerProps> = ({ count += 1 + comments[i].replies_count; } return count; - } + }; useEffect(() => { const loadComments = async () => { |