Skip to content

cleanup tsconfig

cleanup tsconfig #18

Triggered via push September 11, 2025 13:58
Status Success
Total duration 30s
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