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 ce1d2d9 commit ed713d2Copy full SHA for ed713d2
src/webviews/apps/plus/home/components/active-work.ts
@@ -243,9 +243,9 @@ export class GlActiveBranchCard extends GlBranchCardBase {
243
244
override render(): unknown {
245
return html`
246
- ${this.renderBranchIndicator()}${this.renderBranchItem(
+ ${this.renderBranchIndicator()}${this.renderIssuesItem()}${this.renderBranchItem(
247
html`${this.renderBranchStateActions()}${this.renderBranchActions()}`,
248
- )}${this.renderPrItem()}${this.renderIssuesItem()}
+ )}${this.renderPrItem()}
249
`;
250
}
251
0 commit comments