This commit is contained in:
natib21
2026-07-03 16:39:41 +00:00
parent e02cb52e19
commit aeb06e8a55

View File

@@ -49,7 +49,7 @@ import { driversService, type Driver } from "@/services/drivers.service";
import { ratesService } from "@/services/rates.service";
import { LastMileContainerAllocationTable, type LastMileContainerRow } from "@/components/LastMileContainerAllocationTable";
import { ReleaseOrderModal, type ReleaseOrderTruckPrefill } from "@/components/warehouses/ReleaseOrderModal";
import { LastMileStepBar, LastMileStepper, type LastMileStepState } from "@/components/operations/LastMileSteps";
import { LastMileStepper, type LastMileStepState } from "@/components/operations/LastMileSteps";
import { api } from "@/auth/http";
const formatPrice = (amount: number) =>
@@ -988,20 +988,6 @@ const LastMilePage = () => {
</Badge>
),
},
{
id: "progress",
header: "Progress",
meta: { headerClassName, cellClassName },
cell: ({ row }) => (
<LastMileStepBar
steps={computeLastMileSteps(
row.original,
pickupReadyByBooking.get(row.original.bookingId) ??
pickupReadyByBooking.get(bookingRef(row.original)),
)}
/>
),
},
{
id: "actions",
header: "Actions",