Skip to content

Commit 30be0e7

Browse files
committed
Moves the issue card above the branch card
(#4332, #4349)
1 parent ce1d2d9 commit 30be0e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/webviews/apps/plus/home/components/active-work.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -243,9 +243,9 @@ export class GlActiveBranchCard extends GlBranchCardBase {
243243

244244
override render(): unknown {
245245
return html`
246-
${this.renderBranchIndicator()}${this.renderBranchItem(
246+
${this.renderBranchIndicator()}${this.renderIssuesItem()}${this.renderBranchItem(
247247
html`${this.renderBranchStateActions()}${this.renderBranchActions()}`,
248-
)}${this.renderPrItem()}${this.renderIssuesItem()}
248+
)}${this.renderPrItem()}
249249
`;
250250
}
251251

0 commit comments

Comments
 (0)