forked from github/plane
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
|
workspaceSlug ? () => userService.userWorkspaceDashboard(workspaceSlug as string) : null
|
||||||
);
|
);
|
||||||
|
|
||||||
hi = "hi";
|
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<AppLayout noHeader={true}>
|
<AppLayout noHeader={true}>
|
||||||
<div className="h-full w-full">
|
<div className="h-full w-full">
|
||||||
|
Loading…
Reference in New Issue
Block a user