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 {