|
@@ -151,13 +151,15 @@ const RepoList: React.FC<Props> = ({
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
// if (accessData.accounts?.length === 0) {
|
|
// if (accessData.accounts?.length === 0) {
|
|
|
|
|
+ return (
|
|
|
<LoadingWrapper>
|
|
<LoadingWrapper>
|
|
|
No connected Github repos found. You can
|
|
No connected Github repos found. You can
|
|
|
<A href={"/api/integrations/github-app/install"}>
|
|
<A href={"/api/integrations/github-app/install"}>
|
|
|
Install Porter in more repositories
|
|
Install Porter in more repositories
|
|
|
</A>
|
|
</A>
|
|
|
.
|
|
.
|
|
|
- </LoadingWrapper>;
|
|
|
|
|
|
|
+ </LoadingWrapper>
|
|
|
|
|
+ );
|
|
|
// }
|
|
// }
|
|
|
}
|
|
}
|
|
|
|
|
|