diff --git a/index.html b/index.html index aea8f1f..8fe8991 100644 --- a/index.html +++ b/index.html @@ -1904,7 +1904,7 @@ if (branch !== 'mainLine') { const { startPoint, parentBranch } = getAllBranches(projectId).find(({ branchName }) => branchName === branch) taskList.append(html.node`

- Branched off from ${parentBranch} + Branched off from ${parentBranch}

`) } taskList.appendChild(frag);