From 676339ab5993e4a8d35b84b56427f71157dbbb58 Mon Sep 17 00:00:00 2001 From: "gpt-engineer-app[bot]" <159125892+gpt-engineer-app[bot]@users.noreply.github.com> Date: Fri, 17 Apr 2026 00:56:11 +0000 Subject: [PATCH] Changes Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com> --- src/routes/clients.$clientId.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/routes/clients.$clientId.tsx b/src/routes/clients.$clientId.tsx index 387b579..1932322 100644 --- a/src/routes/clients.$clientId.tsx +++ b/src/routes/clients.$clientId.tsx @@ -196,6 +196,9 @@ function ClientDetail() {
{c.case_number} · opened {formatDate(c.opened_at)}
+
+ Billed: {c.billed.hours.toFixed(1)} hr · {formatCurrency(c.billed.amount)} +
))}