From c5659d3ae19d3aa05a3f88f3de709ee29c728d74 Mon Sep 17 00:00:00 2001 From: "gpt-engineer-app[bot]" <159125892+gpt-engineer-app[bot]@users.noreply.github.com> Date: Sun, 19 Apr 2026 19:12:29 +0000 Subject: [PATCH] Changes Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com> --- src/components/cases/time-tab.tsx | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/components/cases/time-tab.tsx b/src/components/cases/time-tab.tsx index 1f7484f..b4cd1a1 100644 --- a/src/components/cases/time-tab.tsx +++ b/src/components/cases/time-tab.tsx @@ -354,6 +354,15 @@ export function CaseTimeTab({ caseRecord, onInvoice }: CaseTimeTabProps) { })); }} /> + + ); }