build and format
This commit is contained in:
@@ -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]);
|
||||
|
||||
Reference in New Issue
Block a user