diff --git a/frontend/src/components/tasks/Toolbar/GitOperations.tsx b/frontend/src/components/tasks/Toolbar/GitOperations.tsx index fb3aa03e..ac2803a1 100644 --- a/frontend/src/components/tasks/Toolbar/GitOperations.tsx +++ b/frontend/src/components/tasks/Toolbar/GitOperations.tsx @@ -426,21 +426,19 @@ function GitOperations({
{isVertical ? ( <> -
- {repos.length > 0 && ( - - )} -
- {branchChips} -
+ {repos.length > 1 && ( + + )} +
+ {branchChips} + {statusChips}
- {statusChips} ) : ( <>