Fix object properties
This commit is contained in:
parent
440527480b
commit
2c001426ca
@ -60,9 +60,9 @@ async function displayOne(object) {
|
||||
async function createStopTableRow(stop) {
|
||||
return `
|
||||
<tr>
|
||||
<td>${stop['TIPLOC']}</td>
|
||||
<td>${stop['arrivalTime']}</td>
|
||||
<td>${stop['departureTime']}</td>
|
||||
<td>${stop['tiploc']}</td>
|
||||
<td>${stop['publicArrival']}</td>
|
||||
<td>${stop['publicDeparture']}</td>
|
||||
</tr>
|
||||
`
|
||||
}
|
Reference in New Issue
Block a user