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 29ab4ab commit b8590a5Copy full SHA for b8590a5
src/webviews/apps/plus/home/components/active-work.ts
@@ -199,7 +199,7 @@ export class GlActiveWork extends SignalWatcher(LitElement) {
199
<pr-icon state=${pr.state} pr-id=${pr.id}></pr-icon>
200
</span>
201
<a href=${pr.url} class="branch-item__name">${pr.title}</a>
202
- <spanclass="branch-item__identifier">#${pr.id}</span>
+ <span class="branch-item__identifier">#${pr.id}</span>
203
</p>
204
</div>`;
205
})}
0 commit comments