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

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">