added ui and its functionality for changing position of vehicles pickup-point and unloadPoint
This commit is contained in:
@@ -190,7 +190,8 @@ function Vehicles() {
|
||||
// }
|
||||
]);
|
||||
useEffect(() => {
|
||||
console.log("vehicles", vehicles);
|
||||
console.log('vehicles: ', vehicles);
|
||||
|
||||
}, [vehicles])
|
||||
|
||||
useEffect(() => {
|
||||
|
||||
Reference in New Issue
Block a user