Fix display of 'undefined'
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user