diff --git a/apps/git/index.tsx b/apps/git/index.tsx index ede6956..5db1eb9 100644 --- a/apps/git/index.tsx +++ b/apps/git/index.tsx @@ -620,7 +620,7 @@ function RepoListPage({ baseUrl, external, repos, tunnelUrl }: RepoListPageProps )} - {repos.length > 0 && ( + {repos.length > 0 && appRepos.length > 0 && toolRepos.length > 0 && ( <> Repositories @@ -640,6 +640,14 @@ function RepoListPage({ baseUrl, external, repos, tunnelUrl }: RepoListPageProps )} + {repos.length > 0 && (appRepos.length === 0 || toolRepos.length === 0) && ( + <> + Repositories + + {!external &&