added deleterepo functionality

This commit is contained in:
Florian Scholdei
2019-01-23 12:07:28 +01:00
parent 17cf42caf0
commit 27c71ec6a3
3 changed files with 20 additions and 2 deletions

View File

@@ -53,6 +53,7 @@ class DeleteUser extends React.Component<Props> {
if (!this.isDeletable()) {
return null;
}
return (
<>
<Subtitle subtitle={t("delete.subtitle")} />