diff --git a/src/components/FlightCards/FlightCards.js b/src/components/FlightCards/FlightCards.js index 54b5d16..590d570 100644 --- a/src/components/FlightCards/FlightCards.js +++ b/src/components/FlightCards/FlightCards.js @@ -5,16 +5,16 @@ function FlightCards({flight}) {
- Date: {train.next_date} + Date: {flight.next_date}
- Time: {train.train_time} + Time: {flight.flight_time}
- Cost: {train.cost} + Cost: {flight.cost}
Flight Name: {flight.flight_name}
-Flight Time: {flight.flight_time}
-Cost: {flight.cost}
-Next Date: {flight.next_date}
-