评论显示时要添加owner 和 repo

This commit is contained in:
caishi 2023-04-14 10:40:34 +08:00
parent cc97b84b9a
commit 505c5f85d2
1 changed files with 1 additions and 1 deletions

View File

@ -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}/>;
};
//