fix: removed unnecessary variable

This commit is contained in:
Aaryan Khandelwal 2023-03-24 01:14:17 +05:30
parent ad60b8774e
commit 0ba2c5456a

View File

@ -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">