Update TaskDetailsToolbar.tsx (#91)
* Update TaskDetailsToolbar.tsx * Prettier
This commit is contained in:
committed by
GitHub
parent
62d389f823
commit
37e11824b4
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user