Browse Source

Pass owner for remotes

main
Ramin Tadayon 2 years ago
parent
commit
e699758db4
No known key found for this signature in database GPG Key ID: 5B90E918AEBCE7A7
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      src/webviews/apps/plus/graph/GraphWrapper.tsx

+ 1
- 0
src/webviews/apps/plus/graph/GraphWrapper.tsx View File

@ -92,6 +92,7 @@ const getGraphModel = (
matchingRemote !== undefined ? branch.name.replace(`${matchingRemote.name}/`, '') : branch.name,
url: matchingRemote?.url,
avatarUrl: matchingRemote?.avatarUrl ?? undefined,
...matchingRemote?.name !== undefined ? { owner: matchingRemote.name } : {},
};
});

Loading…
Cancel
Save