mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-15 09:46:16 +01:00
remove unnecessary column block
This commit is contained in:
@@ -1,9 +1,9 @@
|
|||||||
//@flow
|
//@flow
|
||||||
import React from "react";
|
import React from "react";
|
||||||
import type { RepositoryRole } from "@scm-manager/ui-types";
|
|
||||||
import { translate } from "react-i18next";
|
|
||||||
import { compose } from "redux";
|
import { compose } from "redux";
|
||||||
import injectSheet from "react-jss";
|
import injectSheet from "react-jss";
|
||||||
|
import { translate } from "react-i18next";
|
||||||
|
import type { RepositoryRole } from "@scm-manager/ui-types";
|
||||||
|
|
||||||
type Props = {
|
type Props = {
|
||||||
role: RepositoryRole,
|
role: RepositoryRole,
|
||||||
|
|||||||
@@ -81,8 +81,6 @@ class SingleRepositoryRole extends React.Component<Props> {
|
|||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
<Title title={t("repositoryRole.title")} />
|
<Title title={t("repositoryRole.title")} />
|
||||||
<div className="columns">
|
|
||||||
<div className="column is-three-quarters">
|
|
||||||
<Route
|
<Route
|
||||||
path={`${url}/info`}
|
path={`${url}/info`}
|
||||||
component={() => <PermissionRoleDetail role={role} url={url} />}
|
component={() => <PermissionRoleDetail role={role} url={url} />}
|
||||||
@@ -99,8 +97,6 @@ class SingleRepositoryRole extends React.Component<Props> {
|
|||||||
props={extensionProps}
|
props={extensionProps}
|
||||||
renderAll={true}
|
renderAll={true}
|
||||||
/>
|
/>
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</>
|
</>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user