Skip to content

feat(frontend): implement trip route chevron patterns with selection … #6

feat(frontend): implement trip route chevron patterns with selection …

feat(frontend): implement trip route chevron patterns with selection … #6

Triggered via push September 3, 2025 14:32
Status Success
Total duration 22s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

5 warnings
lint: frontend/src/hooks/useMapData.ts#L111
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#L121
React Hook useEffect has a missing dependency: 'fetchTripDetails'. Either include it or remove the dependency array