diff --git a/app/(protected)/hse/incidents/[id]/page.tsx b/app/(protected)/hse/incidents/[id]/page.tsx index 0e89e84..99c00bd 100644 --- a/app/(protected)/hse/incidents/[id]/page.tsx +++ b/app/(protected)/hse/incidents/[id]/page.tsx @@ -188,6 +188,21 @@ export default async function HseIncidentDetailPage({ params }: Props) { )} + {status === 'closed' && ( +
+ + + + + Print Report + +
+ )}