diff --git a/src/components/cases/time-tab.tsx b/src/components/cases/time-tab.tsx index 37cc90a..83693d6 100644 --- a/src/components/cases/time-tab.tsx +++ b/src/components/cases/time-tab.tsx @@ -113,9 +113,16 @@ export function CaseTimeTab({ caseRecord, onInvoice }: CaseTimeTabProps) { - +
+ {totals.unbilled > 0 && onInvoice && ( + + )} + +
{showForm && (