Chore: Remove redundant lint comment

This commit is contained in:
Daniel Hougaard
2024-03-12 15:45:39 +01:00
parent 4aef8ab8ee
commit ba22a7fca6

View File

@@ -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();