### Description The itinerary page makes api calls that can fail. We need to verify that errors are properly handled and displayed if desirable. ### Acceptance Criteria - [x] Every api call has proper error handling - [x] Remove all unnecessary try-catch blocks - [x] Errors are intuitively displayed if desirable - [x] All 401 errors will navigate back to /login ### Developer Notes _No response_
Description
The itinerary page makes api calls that can fail. We need to verify that errors are properly handled and displayed if desirable.
Acceptance Criteria
Developer Notes
No response