diff --git a/src/components/cases/litigation-tab.tsx b/src/components/cases/litigation-tab.tsx index aa827a7..400808c 100644 --- a/src/components/cases/litigation-tab.tsx +++ b/src/components/cases/litigation-tab.tsx @@ -148,6 +148,24 @@ export function CaseLitigationTab({ caseRecord, canManage, onSaved }: Props) { + {customFilled.length > 0 && ( + <> +
} title="Custom fields"> +
+ {customFilled.map((c) => ( +
+ +
+ {c.field_type === "date" ? formatDate(c.value) : c.value} +
+
+ ))} +
+
+ + + )} +
} title="Case summary"> {editing ? (