mirror of
https://github.com/makeplane/plane
synced 2024-06-14 14:31:34 +00:00
Merge pull request #520 from makeplane/feat/custom_error_page
fix: removed unnecessary variable
This commit is contained in:
commit
7731ee5de4
@ -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">
|
||||
|
Loading…
Reference in New Issue
Block a user