Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com>
This commit is contained in:
gpt-engineer-app[bot]
2026-04-17 00:56:11 +00:00
co-authored by renee-png
parent 7f5add321f
commit 676339ab59
+3
View File
@@ -196,6 +196,9 @@ function ClientDetail() {
<div className="text-xs text-muted-foreground">
{c.case_number} · opened {formatDate(c.opened_at)}
</div>
<div className="text-xs text-muted-foreground mt-0.5">
Billed: {c.billed.hours.toFixed(1)} hr · {formatCurrency(c.billed.amount)}
</div>
</Link>
))}
</div>