From 0de4545d6276b56ca748c603d99c3f1ea2d3d92e Mon Sep 17 00:00:00 2001 From: "gpt-engineer-app[bot]" <159125892+gpt-engineer-app[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 20:51:55 +0000 Subject: [PATCH] Changes Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com> --- src/components/cases/time-tab.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/cases/time-tab.tsx b/src/components/cases/time-tab.tsx index b4cd1a1..75530f6 100644 --- a/src/components/cases/time-tab.tsx +++ b/src/components/cases/time-tab.tsx @@ -10,7 +10,7 @@ import { useAuth } from "@/lib/auth"; import { Plus, Trash2, Loader2, FilePlus, PlusCircle, CheckCircle2, Undo2, Download } from "lucide-react"; import { formatCurrency, formatDate } from "@/lib/format"; import { ensureMarkedInvoicedPlaceholder } from "@/lib/invoice-generation"; -import { roundToSixth } from "@/lib/timer"; +import { roundToTenth } from "@/lib/timer"; import { toast } from "sonner"; import { ImportUnbilledDialog } from "@/components/cases/import-unbilled-dialog"; import {