diff --git a/frontend/src/layouts/AppLayout/AppLayout.tsx b/frontend/src/layouts/AppLayout/AppLayout.tsx index c09fd000f..2785d82a1 100644 --- a/frontend/src/layouts/AppLayout/AppLayout.tsx +++ b/frontend/src/layouts/AppLayout/AppLayout.tsx @@ -111,7 +111,6 @@ export const AppLayout = ({ children }: LayoutProps) => { const { createNotification } = useNotificationContext(); const { mutateAsync } = useGetOrgTrialUrl(); - // eslint-disable-next-line prefer-const const { workspaces, currentWorkspace } = useWorkspace(); const { orgs, currentOrg } = useOrganization();