Merge pull request #520 from makeplane/feat/custom_error_page

fix: removed unnecessary variable
This commit is contained in:
sphynxux 2023-03-24 01:15:19 +05:30 committed by GitHub
commit 7731ee5de4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,8 +35,6 @@ const WorkspacePage: NextPage = () => {
workspaceSlug ? () => userService.userWorkspaceDashboard(workspaceSlug as string) : null
);
hi = "hi";
return (
<AppLayout noHeader={true}>
<div className="h-full w-full">