Bump version
This commit is contained in:
parent
aed19db240
commit
3d6d496fca
@ -1,3 +1,3 @@
|
||||
export const version = '2023.7.1';
|
||||
export const versionTag = 'beta.4';
|
||||
export const versionTag = 'beta.5';
|
||||
export const showWelcome = true;
|
||||
|
@ -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', {
|
||||
|
Loading…
Reference in New Issue
Block a user