style: remove PR title from source control tab switcher (#192)
This commit is contained in:
parent
6622dfac11
commit
94fbbdbbd2
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue