mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-09 23:15:43 +01:00
clarified langs, added repo settings menu, changed git config binding, fixed small css issue with div in navi
This commit is contained in:
@@ -11,7 +11,6 @@ import {
|
||||
validation as validator
|
||||
} from "@scm-manager/ui-components";
|
||||
import * as userValidator from "./userValidation";
|
||||
import DeleteUser from "./DeleteUser";
|
||||
|
||||
type Props = {
|
||||
submitForm: User => void,
|
||||
@@ -159,13 +158,6 @@ class UserForm extends React.Component<Props, State> {
|
||||
</div>
|
||||
</div>
|
||||
</form>
|
||||
<hr />
|
||||
<Subtitle subtitle={t("single-user.delete.subtitle")} />
|
||||
<div className="columns">
|
||||
<div className="column">
|
||||
<DeleteUser user={user} />
|
||||
</div>
|
||||
</div>
|
||||
</>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user