We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 508cd5a commit 6768341Copy full SHA for 6768341
src/webviews/apps/plus/home/components/branch-section.ts
@@ -71,9 +71,6 @@ export class GlBranchSection extends LitElement {
71
<gl-section>
72
<span slot="heading">${this.renderSectionLabel()}</span>
73
<span slot="heading-actions"><slot name="heading-actions"></slot></span>
74
- ${this.branches.map(
75
- branch => html`<gl-branch-card .repo=${this.repo} .branch=${branch}></gl-branch-card>`,
76
- )}
77
${when(
78
this.branches.length > 0,
79
() =>
0 commit comments