pull/5370/head
bunsenstraat 7 months ago committed by Aniket
parent f9064b1202
commit 2d99f03900
  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