Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: only ask for project details if we have a project ID (#8339)
This switches to using conditional SWR to fetch project details only when you provide a project. This fixes an issue where we'd make requests for `api/admin/personal-dashboard/undefined` (which will be a 404 in the future).
- Loading branch information