diff --git a/web-v2/src/pages/InspectionActEditorPage.tsx b/web-v2/src/pages/InspectionActEditorPage.tsx index d9199fa..a01e830 100644 --- a/web-v2/src/pages/InspectionActEditorPage.tsx +++ b/web-v2/src/pages/InspectionActEditorPage.tsx @@ -1,5 +1,6 @@ import { useEffect, useState } from 'react'; import { Link, useParams } from 'react-router'; +import { DocumentPdfProjection } from '../components/DocumentPdfProjection'; import { Alert, LoadingBlock, errorMessage } from '../components/Feedback'; import { Icon } from '../components/Icon'; import { @@ -70,6 +71,7 @@ export function InspectionActEditorPage() {
{act.assets.map((asset) =>
{asset.name}{asset.code} ยท {asset.typeName}
)}
} + {act && } {act && } {act && }