From 36a0ab518ccee5aa6f883ccda34d09e04792f66b Mon Sep 17 00:00:00 2001 From: AminGhasempoor Date: Mon, 22 Dec 2025 09:26:59 +0330 Subject: [PATCH] build and format --- .../transportation/RowActions/Allocation/Form/index.jsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/dashboard/roadMissions/transportation/RowActions/Allocation/Form/index.jsx b/src/components/dashboard/roadMissions/transportation/RowActions/Allocation/Form/index.jsx index 099b4aa..1702622 100644 --- a/src/components/dashboard/roadMissions/transportation/RowActions/Allocation/Form/index.jsx +++ b/src/components/dashboard/roadMissions/transportation/RowActions/Allocation/Form/index.jsx @@ -13,7 +13,6 @@ import DriversDialog from "./DriversDialog"; import MachinesDialog from "./MachinesDialog"; import Reject from "./Reject"; const AllocationForm = ({ row, mutate, setOpenAllocationDialog }) => { - const latLngs = useMemo(() => { return row.area.coordinates.map(([lng, lat]) => [lat, lng]); }, [row.area.coordinates]);