From 733ff89dc773a09fcc84ca6a37a61e2d48cdb4e7 Mon Sep 17 00:00:00 2001 From: Johannes Klein Date: Wed, 22 Apr 2026 12:42:44 +0200 Subject: [PATCH] Update types.ts --- src/navigation/types.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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