Commit 3a9dde40 authored by Paul Kaplan's avatar Paul Kaplan

Include onAddComment for studio comments

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