Unverified Commit 75a9e655 authored by Paul Kaplan's avatar Paul Kaplan Committed by GitHub

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

Include onAddComment for studio comments
parents 3a62fa3a 3a9dde40
......@@ -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 &&
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment