Skip to content

Commit fe6d527

Browse files
committed
Adds unpublished status to branches
1 parent 9b00935 commit fe6d527

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/views/nodes/branchNode.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ export class BranchNode
169169
);
170170
}
171171
}
172-
} else if (this.root) {
172+
} else {
173173
children.push(
174174
new BranchTrackingStatusNode(this.view, this, this.branch, status, 'none', this.root),
175175
);

0 commit comments

Comments
 (0)