add highlight logic to search card

This commit is contained in:
2025-05-29 13:07:49 +03:00
parent 2e820fb041
commit 91c6693190
4 changed files with 15 additions and 6 deletions

View File

@@ -47,6 +47,7 @@ export interface SearchCardProps {
formatted_arrival: string
country_from_icon: string
country_to_icon: string
is_highlighted?: boolean
}
export interface AccordionProps {