From 8d79e78149e4eb05d6b841c674a559516c96f673 Mon Sep 17 00:00:00 2001 From: AI Date: Sat, 11 Jul 2026 10:16:48 +0530 Subject: [PATCH] Fix bug where unknown api errors showed 'No matching flight found' --- src/components/Application/application_error.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Application/application_error.tsx b/src/components/Application/application_error.tsx index 380795f..9e98fe8 100644 --- a/src/components/Application/application_error.tsx +++ b/src/components/Application/application_error.tsx @@ -80,7 +80,7 @@ export function ApplicationError({flightFound, flightData}: {flightFound: boolea default: trackEvent(EVENT_API_ERROR, { category: 'flight_search', error: errorReasonApi }); return - + ; }