From 7611143132f28ee6d24f8d115a46c7a48891d680 Mon Sep 17 00:00:00 2001 From: "gpt-engineer-app[bot]" <159125892+gpt-engineer-app[bot]@users.noreply.github.com> Date: Sat, 18 Apr 2026 16:23:28 +0000 Subject: [PATCH] Changes Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com> --- src/components/cases/litigation-tab.tsx | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) 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 ? (