Merge pull request #5219 from paulkaplan/fix-on-add-comment

Include onAddComment for studio comments
This commit is contained in:
Paul Kaplan 2021-04-01 15:10:29 -04:00 committed by GitHub
commit 75a9e6552e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -50,6 +50,7 @@ const StudioComments = ({
postURI={`/proxy/comments/studio/${studioId}`}
replies={replies && replies[comment.id] ? replies[comment.id] : []}
visibility={comment.visibility}
onAddComment={handleNewComment}
/>
))}
{moreCommentsToLoad &&