Skip to content

Commit 6768341

Browse files
committed
Fixes doubled branches in home overview section
1 parent 508cd5a commit 6768341

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/webviews/apps/plus/home/components/branch-section.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,6 @@ export class GlBranchSection extends LitElement {
7171
<gl-section>
7272
<span slot="heading">${this.renderSectionLabel()}</span>
7373
<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-
)}
7774
${when(
7875
this.branches.length > 0,
7976
() =>

0 commit comments

Comments
 (0)