mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 23:57:55 -05:00
Merge pull request #5219 from paulkaplan/fix-on-add-comment
Include onAddComment for studio comments
This commit is contained in:
commit
75a9e6552e
1 changed files with 1 additions and 0 deletions
|
@ -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 &&
|
||||
|
|
Loading…
Reference in a new issue