Remove username prop from BasicWindow component
This commit is contained in:
parent
6982d21016
commit
59add3b6b3
1 changed files with 1 additions and 1 deletions
|
@ -29,6 +29,6 @@ function UserProjectPage(): JSX.Element {
|
||||||
</>
|
</>
|
||||||
);
|
);
|
||||||
|
|
||||||
return <BasicWindow username="Admin" content={content} buttons={buttons} />;
|
return <BasicWindow content={content} buttons={buttons} />;
|
||||||
}
|
}
|
||||||
export default UserProjectPage;
|
export default UserProjectPage;
|
||||||
|
|
Loading…
Reference in a new issue