{error}
} + + {loading &&Loading...
} + + {/* Displaying search results */} + {tickets.length > 0 && ( +{ticket.transport}
+Departure: {ticket.departureTime}
+Arrival: {ticket.arrivalTime}
+Price: ${ticket.price}
+No tickets found for this route.
+ )} +