Remove username prop from BasicWindow component
This commit is contained in:
parent
59add3b6b3
commit
5a4049eaf3
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,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…
Reference in a new issue