Update TaskDetailsToolbar.tsx (#91)

* Update TaskDetailsToolbar.tsx

* Prettier
This commit is contained in:
Louis Knight-Webb
2025-07-07 23:33:30 +01:00
committed by GitHub
parent 62d389f823
commit 37e11824b4

View File

@@ -573,7 +573,8 @@ export function TaskDetailsToolbar({
<div className="flex items-center gap-1.5">
<GitBranchIcon className="h-3 w-3 text-muted-foreground" />
<span className="text-sm font-medium">
{selectedBranchDisplayName}
{branchStatus?.base_branch_name ||
selectedBranchDisplayName}
</span>
</div>
</div>