This commit is contained in:
caishi 2020-08-20 18:10:40 +08:00
parent a9161b86a2
commit 07e1525f09
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ class MergeItem extends Component {
<span className="ml15">
<Tag className="pr-branch-tag">
<Link
to={`/projects/${owner}/${ item.is_original ? item.fork_project_id : projectsId }/coders?branch=${item.pull_request_head}`}
to={`/projects/${item.is_original ? item.fork_project_user : owner}/${ item.is_original ? item.fork_project_identifier : projectsId }/coders?branch=${item.pull_request_head}`}
className="maxW200px hide-1 ver-middle"
>
{item.is_original