Type fixes in frontend, Register & YourProjectsPage

This commit is contained in:
Imbus 2024-03-18 21:24:26 +01:00
parent 8eb23bf7f9
commit e0de61dd94
2 changed files with 3 additions and 3 deletions

View file

@ -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;