diff --git a/js/train-detail.js b/js/train-detail.js index e7651bc..e60dd33 100644 --- a/js/train-detail.js +++ b/js/train-detail.js @@ -60,9 +60,9 @@ async function displayOne(object) { async function createStopTableRow(stop) { return ` - ${stop['TIPLOC']} - ${stop['arrivalTime']} - ${stop['departureTime']} + ${stop['tiploc']} + ${stop['publicArrival']} + ${stop['publicDeparture']} ` } \ No newline at end of file