mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-03-23 19:30:34 -04:00
Include onAddComment for studio comments
This commit is contained in:
parent
3a62fa3a51
commit
3a9dde404e
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…
Add table
Reference in a new issue