mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 23:57:55 -05:00
Add postURI which was left off by mistake
This commit is contained in:
parent
ead57013e3
commit
1ad53aeb23
1 changed files with 1 additions and 0 deletions
|
@ -47,6 +47,7 @@ const StudioComments = ({
|
|||
key={comment.id}
|
||||
moreRepliesToLoad={comment.moreRepliesToLoad}
|
||||
parentId={comment.parent_id}
|
||||
postURI={`/proxy/comments/studio/${studioId}`}
|
||||
replies={replies && replies[comment.id] ? replies[comment.id] : []}
|
||||
visibility={comment.visibility}
|
||||
/>
|
||||
|
|
Loading…
Reference in a new issue