Browse Source

Adds unpublished status to branches

main
Eric Amodio 4 years ago
parent
commit
fe6d5277b4
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/views/nodes/branchNode.ts

+ 1
- 1
src/views/nodes/branchNode.ts View File

@ -169,7 +169,7 @@ export class BranchNode
);
}
}
} else if (this.root) {
} else {
children.push(
new BranchTrackingStatusNode(this.view, this, this.branch, status, 'none', this.root),
);

Loading…
Cancel
Save