Skip to content

Commit b8590a5

Browse files
committed
Fixes missing space
1 parent 29ab4ab commit b8590a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ export class GlActiveWork extends SignalWatcher(LitElement) {
199199
<pr-icon state=${pr.state} pr-id=${pr.id}></pr-icon>
200200
</span>
201201
<a href=${pr.url} class="branch-item__name">${pr.title}</a>
202-
<spanclass="branch-item__identifier">#${pr.id}</span>
202+
<span class="branch-item__identifier">#${pr.id}</span>
203203
</p>
204204
</div>`;
205205
})}

0 commit comments

Comments
 (0)