diff options
author | Ivan Chen <ivan@tagg.id> | 2021-01-27 16:27:17 -0500 |
---|---|---|
committer | Ivan Chen <ivan@tagg.id> | 2021-01-27 16:27:17 -0500 |
commit | 56612885167c07462363aab6b606c807f58eeba5 (patch) | |
tree | d842cb5fd32b37ddc3e07eb6847ef3254abb2cb2 /src/components/comments/CommentsContainer.tsx | |
parent | fb69ccebb05d2ec54d85576d23989e7309349830 (diff) |
fixed not refreshing
Diffstat (limited to 'src/components/comments/CommentsContainer.tsx')
-rw-r--r-- | src/components/comments/CommentsContainer.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/comments/CommentsContainer.tsx b/src/components/comments/CommentsContainer.tsx index fd4b32af..d8134caf 100644 --- a/src/components/comments/CommentsContainer.tsx +++ b/src/components/comments/CommentsContainer.tsx @@ -83,6 +83,7 @@ const CommentsContainer: React.FC<CommentsContainerProps> = ({ screenType={screenType} typeOfComment={typeOfComment} setCommentObjectInFocus={setCommentObjectInFocus} + newCommentsAvailable={newCommentsAvailable} setNewCommentsAvailable={setNewCommentsAvailable} canDelete={comment.commenter.username === loggedInUsername} /> |