diff --git a/src/navigation/types.ts b/src/navigation/types.ts index 9af3e04ed..a32b3840b 100644 --- a/src/navigation/types.ts +++ b/src/navigation/types.ts @@ -214,7 +214,9 @@ export type BaseTabStackParamList = { }; DataQualityAssessment: undefined; Projects: undefined; - ProjectDetails: undefined; + // From LoginForm + // { id: params.projectId } + ProjectDetails: { id: number }; ProjectRequirements: undefined; ProjectMembers: undefined; // From ProjectButton, ProjectSection