style: remove PR title from source control tab switcher (#192)

This commit is contained in:
Jinjing 2026-03-29 09:44:01 -07:00 committed by GitHub
parent 6622dfac11
commit 94fbbdbbd2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

View File

@ -366,7 +366,6 @@ export default function SourceControl(): React.JSX.Element {
>
PR #{prInfo.number}
</a>
<span className="text-muted-foreground truncate">{prInfo.title}</span>
</div>
)}
</div>