added change username button
This commit is contained in:
parent
d2a8399bde
commit
c072aff9da
3 changed files with 11 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ import UserProjectListAdmin from "../../Components/UserProjectListAdmin";
|
|||
function AdminViewUserInfo(): JSX.Element {
|
||||
const content = (
|
||||
<>
|
||||
<UserProjectListAdmin username={""} />
|
||||
<UserProjectListAdmin />
|
||||
</>
|
||||
);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue