From 0ba2c5456a19e72ab225027b13ef8556fd65a9ed Mon Sep 17 00:00:00 2001 From: Aaryan Khandelwal Date: Fri, 24 Mar 2023 01:14:17 +0530 Subject: [PATCH] fix: removed unnecessary variable --- apps/app/pages/[workspaceSlug]/index.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/apps/app/pages/[workspaceSlug]/index.tsx b/apps/app/pages/[workspaceSlug]/index.tsx index 068ff8dbe..6d600ef8f 100644 --- a/apps/app/pages/[workspaceSlug]/index.tsx +++ b/apps/app/pages/[workspaceSlug]/index.tsx @@ -35,8 +35,6 @@ const WorkspacePage: NextPage = () => { workspaceSlug ? () => userService.userWorkspaceDashboard(workspaceSlug as string) : null ); - hi = "hi"; - return (