From bcfa96df6f4b85788e2a05d881a69a8627ee2a5a 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 18:34:20 +0000 Subject: [PATCH] Changes Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com> --- src/components/cases/time-tab.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/cases/time-tab.tsx b/src/components/cases/time-tab.tsx index a3a9e6b..558410b 100644 --- a/src/components/cases/time-tab.tsx +++ b/src/components/cases/time-tab.tsx @@ -145,7 +145,7 @@ export function CaseTimeTab({ caseRecord, onInvoice }: CaseTimeTabProps) {
- +
@@ -260,7 +260,7 @@ export function CaseTimeTab({ caseRecord, onInvoice }: CaseTimeTabProps) { {formatDate(e.work_date)} {e.user?.full_name || e.user?.email} {e.description} - {Number(e.hours).toFixed(1)} + {Number(e.hours).toFixed(2)} {formatCurrency(e.hourly_rate)} {e.billable ? formatCurrency(Number(e.hours) * Number(e.hourly_rate)) : "—"} {!e.billable ? "Non-billable" : e.invoice_id ? "Invoiced" : "Unbilled"}