Skip to content

Commit

Permalink
drop comment
Browse files Browse the repository at this point in the history
  • Loading branch information
selfcontained committed Oct 11, 2023
1 parent a39ac75 commit ef34d72
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion components/dashboard/src/projects/project-context.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit ef34d72

Please sign in to comment.