mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-10 23:45:44 +01:00
update users module to use new pending and error state
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
//@flow
|
||||
import React from "react";
|
||||
import { translate } from "react-i18next";
|
||||
import type { UserEntry } from "../../types/UserEntry";
|
||||
import type { User } from "../../types/User";
|
||||
import { NavLink } from "../../../components/navigation";
|
||||
|
||||
type Props = {
|
||||
t: string => string,
|
||||
user: UserEntry,
|
||||
user: User,
|
||||
editUrl: String
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user