From 0df7935b5451b2a52c5eddf0e871efa61c0dd935 Mon Sep 17 00:00:00 2001 From: enlineawork Date: Tue, 8 Sep 2026 07:43:52 -0300 Subject: [PATCH] refactor(f4): remove inspection title from reports UI --- web-v2/src/pages/ReportsPage.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web-v2/src/pages/ReportsPage.tsx b/web-v2/src/pages/ReportsPage.tsx index ffc90e2..def6ed2 100644 --- a/web-v2/src/pages/ReportsPage.tsx +++ b/web-v2/src/pages/ReportsPage.tsx @@ -158,7 +158,7 @@ export function ReportsPage() { ) : pending.map((item) =>
{item.actCode}{item.actTitle} · {formatDate(item.occurredAt)}
{contextLabel(item.companies, 'Empresa sin asignar')}{contextLabel(item.areas, 'Área sin asignar')}
- {item.visitCode}{item.visitTitle} + {item.visitCode} {item.findingCount} {formatDate(item.sealedAt)}