links: pipe remoteContentPolicy to pending comments

This commit is contained in:
Matilde Park 2020-09-08 19:44:51 -04:00
parent fb9e7d83f8
commit 71867d1d5c

View File

@ -123,6 +123,7 @@ export class LinkDetail extends Component {
pending={true} pending={true}
content={com} content={com}
member={our.member} member={our.member}
remoteContentPolicy={props.remoteContentPolicy}
time={new Date().getTime()} time={new Date().getTime()}
/> />
); );