mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-10 07:25:44 +01:00
fix links and routes
This commit is contained in:
@@ -74,7 +74,7 @@ class CodeOverview extends React.Component<Props> {
|
||||
const { repository, baseUrl, branches, error, loading, t } = this.props;
|
||||
const url = baseUrl;
|
||||
|
||||
if (!branches || loading) {
|
||||
if (loading) {
|
||||
return <Loading />;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user