build and format

This commit is contained in:
2025-12-22 09:26:59 +03:30
parent 6713c97dc7
commit 36a0ab518c

View File

@@ -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]);