Remove duplicate code in UserProjectPage

This commit is contained in:
Davenludd 2024-03-18 22:59:16 +01:00
parent f5a4c3d0e5
commit 8df3311f5a

View file

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