diff --git a/libs/handovershared/src/lib/types/handoverPackage.ts b/libs/handovershared/src/lib/types/handoverPackage.ts index 1d0e261cd..2037711d0 100644 --- a/libs/handovershared/src/lib/types/handoverPackage.ts +++ b/libs/handovershared/src/lib/types/handoverPackage.ts @@ -69,4 +69,5 @@ export type HandoverPackage = { status: BaseStatus; //Comm. pkg status in procosys worstChecklistStatus: string; hasNonCountingScope: boolean | null; + descriptionOfWork: string | null; }; diff --git a/libs/handoversidesheet/src/lib/ui-sidesheet/DetailsTabs.tsx b/libs/handoversidesheet/src/lib/ui-sidesheet/DetailsTabs.tsx index 7b604eb68..1b37fc6c2 100644 --- a/libs/handoversidesheet/src/lib/ui-sidesheet/DetailsTabs.tsx +++ b/libs/handoversidesheet/src/lib/ui-sidesheet/DetailsTabs.tsx @@ -68,9 +68,13 @@ export const DetailsTab = ({ commpkg }: DetailsTabProps) => {