Procházet zdrojové kódy

Pass owner for remotes

main
Ramin Tadayon před 2 roky
rodič
revize
e699758db4
V databázi nebyl nalezen žádný známý klíč pro tento podpis ID GPG klíče: 5B90E918AEBCE7A7
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  1. +1
    -0
      src/webviews/apps/plus/graph/GraphWrapper.tsx

+ 1
- 0
src/webviews/apps/plus/graph/GraphWrapper.tsx Zobrazit soubor

@ -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 } : {},
};
});

||||||
x
 
000:0
Načítá se…
Zrušit
Uložit