Bump version
This commit is contained in:
@@ -52,7 +52,7 @@
|
||||
Planned Type: {parseInt(serviceDetail.planSpeed) || 68}mph {serviceDetail.powerType || 'Bus'}
|
||||
</p>
|
||||
<p class="svc-detail">
|
||||
Days Run: {serviceDetail.daysRun.join(', ').toUpperCase()}
|
||||
Days Run: {serviceDetail?.daysRun.join(', ').toUpperCase() || 'Unknown'}
|
||||
</p>
|
||||
<p class="svc-detail validity">
|
||||
Valid From: {new Date(serviceDetail.scheduleStartDate).toLocaleDateString('en-GB', {
|
||||
|
||||
Reference in New Issue
Block a user