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