Skip to content

Fix layout scrolling for management pages #20

Fix layout scrolling for management pages

Fix layout scrolling for management pages #20

Triggered via push September 15, 2025 20:57
Status Success
Total duration 23s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

5 warnings
lint: frontend/src/components/vehicles/VehicleManagement.tsx#L69
React Hook useEffect has a missing dependency: 'fetchVehicles'. Either include it or remove the dependency array
lint: frontend/src/components/trips/TripManagement.tsx#L83
React Hook useEffect has a missing dependency: 'fetchTrips'. Either include it or remove the dependency array
lint: frontend/src/components/trips/TripDetailsDrawer.tsx#L111
React Hook useEffect has a missing dependency: 'fetchTripDetails'. Either include it or remove the dependency array
lint: frontend/src/components/trips/TripDetailPage.tsx#L85
React Hook useEffect has a missing dependency: 'fetchTrip'. Either include it or remove the dependency array
lint: frontend/src/components/orders/OrderDetailPage.tsx#L54
React Hook useEffect has a missing dependency: 'fetchOrder'. Either include it or remove the dependency array