remove unused variable

This commit is contained in:
Maren Süwer
2018-09-03 15:51:39 +02:00
parent 8362752370
commit 9f301a8f90

View File

@@ -12,7 +12,7 @@ type Props = {
class TypeSelector extends React.Component<Props> {
render() {
const { t, type, handleTypeChange, loading } = this.props;
const { type, handleTypeChange, loading } = this.props;
const types = ["READ", "OWNER", "WRITE"];
return (