diff --git a/src/components/Authenticated/FlightRoute.vue b/src/components/Authenticated/FlightRoute.vue index 89d1944..8da8526 100644 --- a/src/components/Authenticated/FlightRoute.vue +++ b/src/components/Authenticated/FlightRoute.vue @@ -62,7 +62,7 @@ const flightrouteRow = computed((): Array => { icao: props.flightroute.destination.icao_code, iata: props.flightroute.destination.iata_code, name: props.flightroute.destination.name, - country_name: props.flightroute.destination.name, + country_name: props.flightroute.destination.country_name, municipality: props.flightroute.destination.municipality } ];