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