瀏覽代碼

Pass owner for remotes

main
Ramin Tadayon 2 年之前
父節點
當前提交
e699758db4
沒有發現已知的金鑰在資料庫的簽署中 GPG 金鑰 ID: 5B90E918AEBCE7A7
共有 1 個檔案被更改,包括 1 行新增0 行删除
  1. +1
    -0
      src/webviews/apps/plus/graph/GraphWrapper.tsx

+ 1
- 0
src/webviews/apps/plus/graph/GraphWrapper.tsx 查看文件

@ -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…
取消
儲存