Skip to content

Commit

Permalink
js fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tischsoic committed Aug 31, 2023
1 parent 9d12011 commit 16ecc1b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@
}

updateBranchAndParentBranchesOpenState(branchElement) {
const isTopBranch = !branchElement?.parentBranchElement ?? null;
const isTopBranch = !(branchElement?.parentBranchElement ?? null);

if (isTopBranch) {
return;
Expand Down

0 comments on commit 16ecc1b

Please sign in to comment.