From ac730efaec168c191aa1d14288db36104c883bba Mon Sep 17 00:00:00 2001 From: sairaj mote Date: Tue, 13 Sep 2022 04:19:29 +0530 Subject: [PATCH] minor bug fix --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);