minor bug fix
This commit is contained in:
parent
ef7e28491d
commit
ac730efaec
@ -1904,7 +1904,7 @@
|
||||
if (branch !== 'mainLine') {
|
||||
const { startPoint, parentBranch } = getAllBranches(projectId).find(({ branchName }) => branchName === branch)
|
||||
taskList.append(html.node`<p class="margin-bottom-0-5">
|
||||
Branched off from <a href=${`#project_explorer?projectId=${projectId}&branch=${parentBranch}`}> ${parentBranch} </a>
|
||||
Branched off from <a href=${`#${pageId}?projectId=${projectId}&branch=${parentBranch}`}> ${parentBranch} </a>
|
||||
</p>`)
|
||||
}
|
||||
taskList.appendChild(frag);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user