forked from github/plane
fix: removed unnecessary variable
This commit is contained in:
parent
ad60b8774e
commit
0ba2c5456a
@ -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