Skip to content

Commit fda1143

Browse files
committed
change === to >
1 parent bb19052 commit fda1143

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/treeViews/currentBranch.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ export class CurrentBranchTreeProvider
7373
return (await this.getRuns(repoContext, currentBranch)) || [];
7474
}
7575

76-
if (gitHubContext.repos.length === 1) {
76+
if (gitHubContext.repos.length > 1) {
7777
return gitHubContext.repos
7878
.map((repoContext): CurrentBranchRepoNode | undefined => {
7979
const currentBranch = getCurrentBranch(repoContext.repositoryState);

0 commit comments

Comments
 (0)