forked from Gitlink/forgeplus-react
评论显示时要添加owner 和 repo
This commit is contained in:
parent
cc97b84b9a
commit
505c5f85d2
|
|
@ -89,7 +89,7 @@ function IssueCommentList(props){
|
|||
}, [reload, category, page])
|
||||
|
||||
function commentCtx(v){
|
||||
return <RenderHtml className="break_word_comments imageLayerParent commentRenderHtml" value={v} url={location}/>;
|
||||
return <RenderHtml owner={owner} projectsId={projectsId} className="break_word_comments imageLayerParent commentRenderHtml" value={v} url={location}/>;
|
||||
};
|
||||
|
||||
// 删除评论内容
|
||||
|
|
|
|||
Loading…
Reference in New Issue