Skip to content

style: apply prettier formatting to new hooks and components #9

style: apply prettier formatting to new hooks and components

style: apply prettier formatting to new hooks and components #9

Triggered via push September 5, 2025 09:34
Status Success
Total duration 37s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

5 warnings
lint: frontend/src/hooks/useMapData.ts#L93
React Hook useEffect has a missing dependency: 'token'. Either include it or remove the dependency array
lint: frontend/src/components/vehicles/VehicleManagement.tsx#L87
React Hook useEffect has a missing dependency: 'fetchVehicles'. Either include it or remove the dependency array
lint: frontend/src/components/trips/TripManagement.tsx#L112
React Hook useEffect has a missing dependency: 'fetchTrips'. Either include it or remove the dependency array
lint: frontend/src/components/trips/TripForm.tsx#L102
React Hook useEffect has a missing dependency: 'fetchVehicles'. Either include it or remove the dependency array
lint: frontend/src/components/trips/TripDetailsDrawer.tsx#L142
React Hook useEffect has missing dependencies: 'fetchStops' and 'fetchTripDetails'. Either include them or remove the dependency array