Sfoglia il codice sorgente

Pass owner for remotes

main
Ramin Tadayon 2 anni fa
parent
commit
e699758db4
Non sono state trovate chiavi note per questa firma nel database ID Chiave GPG: 5B90E918AEBCE7A7
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. +1
    -0
      src/webviews/apps/plus/graph/GraphWrapper.tsx

+ 1
- 0
src/webviews/apps/plus/graph/GraphWrapper.tsx Vedi 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 } : {},
};
});

Caricamento…
Annulla
Salva