Remove duplicate code in UserProjectPage
This commit is contained in:
parent
f5a4c3d0e5
commit
8df3311f5a
1 changed files with 0 additions and 1 deletions
|
@ -62,7 +62,6 @@ function UserProjectPage(): JSX.Element {
|
|||
const buttons = <></>;
|
||||
|
||||
return <BasicWindow content={content} buttons={buttons} />;
|
||||
return <BasicWindow content={content} buttons={buttons} />;
|
||||
}
|
||||
|
||||
export default UserProjectPage;
|
||||
|
|
Loading…
Add table
Reference in a new issue