From ba22a7fca660c6f74ac1ea0ed43e703f258f3f36 Mon Sep 17 00:00:00 2001 From: Daniel Hougaard <62331820+DanielHougaard@users.noreply.github.com> Date: Tue, 12 Mar 2024 15:45:39 +0100 Subject: [PATCH] Chore: Remove redundant lint comment --- frontend/src/layouts/AppLayout/AppLayout.tsx | 1 - 1 file changed, 1 deletion(-) 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();