added change username button

This commit is contained in:
pavel Hamawand 2024-03-19 01:02:39 +01:00
parent d2a8399bde
commit c072aff9da
3 changed files with 11 additions and 1 deletions

View file

@ -6,7 +6,7 @@ import UserProjectListAdmin from "../../Components/UserProjectListAdmin";
function AdminViewUserInfo(): JSX.Element {
const content = (
<>
<UserProjectListAdmin username={""} />
<UserProjectListAdmin />
</>
);