pull/5026/head
bunsenstraat 7 months ago committed by Aniket
parent f8d2a8e3fb
commit 3b540b4235
  1. 2
      libs/remix-ui/git/src/components/navigation/branchedetails.tsx
  2. 2
      libs/remix-ui/git/src/components/panels/commands/pushpull.tsx

@ -57,7 +57,7 @@ export const BrancheDetailsNavigation = (props: BrancheDetailsNavigationProps) =
}
if(branch.name === 'HEAD'){
if (branch.name === 'HEAD'){
return null;
}

@ -120,7 +120,7 @@ export const PushPull = () => {
})
setLocalBranchOptions(localBranches)
if(!context.upstream){
if (!context.upstream){
setRemoteBranchOptions([])
return
}

Loading…
Cancel
Save