fix: removed unnecessary variable
This commit is contained in:
parent
ad60b8774e
commit
0ba2c5456a
1 changed files with 0 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue