mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-27 17:45:52 -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}
|
key={comment.id}
|
||||||
moreRepliesToLoad={comment.moreRepliesToLoad}
|
moreRepliesToLoad={comment.moreRepliesToLoad}
|
||||||
parentId={comment.parent_id}
|
parentId={comment.parent_id}
|
||||||
|
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}
|
||||||
/>
|
/>
|
||||||
|
|
Loading…
Reference in a new issue