From ef34d72563095a2d5e7d0daa1f6393ba22ea53c6 Mon Sep 17 00:00:00 2001 From: Brad Harris Date: Wed, 11 Oct 2023 20:40:24 +0000 Subject: [PATCH] drop comment --- components/dashboard/src/projects/project-context.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/components/dashboard/src/projects/project-context.tsx b/components/dashboard/src/projects/project-context.tsx index fc949c9b992063..5867126b732a23 100644 --- a/components/dashboard/src/projects/project-context.tsx +++ b/components/dashboard/src/projects/project-context.tsx @@ -33,7 +33,6 @@ export function useCurrentProject(): { project: Project | undefined; loading: bo const user = useCurrentUser(); const org = useCurrentOrg(); const orgs = useOrganizations(); - // TODO: we should utilize route params for this in our router const projectIdFromRoute = useRouteMatch<{ projectId?: string }>("/projects/:projectId")?.params.projectId; const location = useLocation(); const history = useHistory();