mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-08 14:35:45 +01:00
Added tests and fixed bugs
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
// @flow
|
||||
import React from "react";
|
||||
import UserRow from "./UserRow";
|
||||
import { editUser } from "../modules/users";
|
||||
import type { User } from "../types/User";
|
||||
import type { UserEntry } from "../types/UserEntry";
|
||||
|
||||
type Props = {
|
||||
entries: [{ loading: boolean, error: Error, user: User }],
|
||||
entries: Array<UserEntry>,
|
||||
deleteUser: string => void,
|
||||
editUser: User => void
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user