mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-08 22:45:45 +01:00
Move Button to right side (and remove doubled note)
This commit is contained in:
@@ -41,7 +41,6 @@ class EditUser extends React.Component<Props> {
|
||||
<div>
|
||||
<ErrorNotification error={error} />
|
||||
<UserForm submitForm={user => this.modifyUser(user)} user={user} loading={loading} />
|
||||
<hr />
|
||||
<DeleteUser user={user} />
|
||||
</div>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user