diff --git a/src/views/Planner/Search.vue b/src/views/Planner/Search.vue index 47ad087..62b2d60 100644 --- a/src/views/Planner/Search.vue +++ b/src/views/Planner/Search.vue @@ -30,7 +30,7 @@
{{ this.pretty.time(journeyPlan.StartTime) }}
-
Scheduled
+
{{ journeyPlan.RouteItems[0].JourneyType }}
@@ -41,7 +41,7 @@
{{ this.pretty.time(journeyPlan.ArrivalTime) }}
-
Scheduled
+
{{ journeyPlan.RouteItems[0].JourneyType }}
@@ -138,4 +138,4 @@ export default { this.getJourneyPlan() } } - \ No newline at end of file +