Skip to content

Commit

Permalink
js fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tischsoic committed Aug 30, 2023
1 parent 777538a commit 0ada79a
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 0ada79a

Please sign in to comment.