Type fixes in frontend, Register & YourProjectsPage
This commit is contained in:
parent
8eb23bf7f9
commit
e0de61dd94
2 changed files with 3 additions and 3 deletions
|
|
@ -53,7 +53,7 @@ function UserProjectPage(): JSX.Element {
|
|||
|
||||
const buttons = <></>;
|
||||
|
||||
return <BasicWindow username="Admin" content={content} buttons={buttons} />;
|
||||
return <BasicWindow content={content} buttons={buttons} />;
|
||||
}
|
||||
|
||||
export default UserProjectPage;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue