remove to do since it is done

This commit is contained in:
Maren Süwer
2018-08-16 11:18:10 +02:00
parent 41589d785d
commit 998595ccd9

View File

@@ -14,7 +14,7 @@ type Props = {
t: string => string,
onChange: (boolean, any, string) => void
};
//TODO: Einbauen!
class AdminSettings extends React.Component<Props> {
render() {
const { t, adminGroups, adminUsers } = this.props;