Include onAddComment for studio comments

This commit is contained in:
Paul Kaplan 2021-04-01 14:05:22 -04:00
parent 3a62fa3a51
commit 3a9dde404e

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 &&