diff --git a/frontend/src/App.tsx b/frontend/src/App.tsx index 2f6c58c..f2dff6e 100644 --- a/frontend/src/App.tsx +++ b/frontend/src/App.tsx @@ -437,8 +437,7 @@ function App() { navigateToScreen('Documents', { source: 'quick-action' }); break; case 'add-maintenance': - // Navigate to maintenance or open form (future implementation) - navigateToScreen('Vehicles', { source: 'quick-action' }); + navigateToScreen('Maintenance', { source: 'quick-action' }); break; } }, [navigateToScreen, navigateToVehicleSubScreen]);