Fix display of 'undefined'
This commit is contained in:
parent
055cdddeff
commit
628c2fd75d
@ -73,8 +73,8 @@
|
||||
{#each service.stops as stop}
|
||||
<tr>
|
||||
<td>{stop.tiploc}</td>
|
||||
<td>{stop.wttArrival}</td>
|
||||
<td>{stop.wttDeparture}</td>
|
||||
<td>{stop.wttArrival || '-'}</td>
|
||||
<td>{stop.wttDeparture || '-'}</td>
|
||||
</tr>
|
||||
{/each}
|
||||
</table>
|
||||
|
Loading…
Reference in New Issue
Block a user