Display cancellation reason ELSE delay reason... there is no need to display both if the train is cancelled!
This commit is contained in:
@@ -152,8 +152,7 @@
|
|||||||
{/if}
|
{/if}
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
{/if}
|
{:else if service.dr?.r}
|
||||||
{#if service.dr?.r}
|
|
||||||
<tr class="delay-row" in:fade={{ duration: 150, delay: 150 }} out:fade={{ duration: 150 }}>
|
<tr class="delay-row" in:fade={{ duration: 150, delay: 150 }} out:fade={{ duration: 150 }}>
|
||||||
<td colspan="9">
|
<td colspan="9">
|
||||||
{service.dr.r}
|
{service.dr.r}
|
||||||
|
|||||||
Reference in New Issue
Block a user