mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-14 17:26:22 +01:00
remove unused variable
This commit is contained in:
@@ -12,7 +12,7 @@ type Props = {
|
|||||||
|
|
||||||
class TypeSelector extends React.Component<Props> {
|
class TypeSelector extends React.Component<Props> {
|
||||||
render() {
|
render() {
|
||||||
const { t, type, handleTypeChange, loading } = this.props;
|
const { type, handleTypeChange, loading } = this.props;
|
||||||
const types = ["READ", "OWNER", "WRITE"];
|
const types = ["READ", "OWNER", "WRITE"];
|
||||||
|
|
||||||
return (
|
return (
|
||||||
|
|||||||
Reference in New Issue
Block a user