minor bug fix

This commit is contained in:
sairaj mote 2022-09-13 04:19:29 +05:30
parent ef7e28491d
commit ac730efaec

View File

@ -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);