Merge pull request #520 from makeplane/feat/custom_error_page
fix: removed unnecessary variable
This commit is contained in:
commit
7731ee5de4
1 changed files with 0 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue