mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-10 07:25:44 +01:00
cleanup
This commit is contained in:
@@ -39,6 +39,5 @@ public class LegacyRepositoryService {
|
|||||||
}
|
}
|
||||||
return new NamespaceAndNameDto(repo.getName(), repo.getNamespace());
|
return new NamespaceAndNameDto(repo.getName(), repo.getNamespace());
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -3,7 +3,6 @@ import React from "react";
|
|||||||
import { withRouter } from "react-router-dom";
|
import { withRouter } from "react-router-dom";
|
||||||
|
|
||||||
class DummyComponent extends React.Component<Props, State> {
|
class DummyComponent extends React.Component<Props, State> {
|
||||||
|
|
||||||
render() {
|
render() {
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
|
|||||||
@@ -27,10 +27,7 @@ import Profile from "./Profile";
|
|||||||
|
|
||||||
type Props = {
|
type Props = {
|
||||||
authenticated?: boolean,
|
authenticated?: boolean,
|
||||||
links: Links,
|
links: Links
|
||||||
|
|
||||||
//context objects
|
|
||||||
history: History
|
|
||||||
};
|
};
|
||||||
|
|
||||||
class Main extends React.Component<Props> {
|
class Main extends React.Component<Props> {
|
||||||
|
|||||||
Reference in New Issue
Block a user