mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-04 05:48:11 +00:00
hotfix
This commit is contained in:
@@ -106,7 +106,7 @@
|
|||||||
{{ $t(`journal.${timetable.terminated ? 'last-seen-at' : 'currently-at'}`) }}
|
{{ $t(`journal.${timetable.terminated ? 'last-seen-at' : 'currently-at'}`) }}
|
||||||
{{ timetable.currentSceneryName.replace(/.[a-zA-Z0-9]+.sc/, '') }}
|
{{ timetable.currentSceneryName.replace(/.[a-zA-Z0-9]+.sc/, '') }}
|
||||||
|
|
||||||
<span v-if="timetable.currentLocation.toString()">(</span>
|
<span v-if="timetable.currentLocation[0] || timetable.currentLocation[1]">(</span>
|
||||||
|
|
||||||
<span v-if="timetable.currentLocation[1]">
|
<span v-if="timetable.currentLocation[1]">
|
||||||
{{ $t('journal.timetable-location-route') }} {{ timetable.currentLocation[1] }}
|
{{ $t('journal.timetable-location-route') }} {{ timetable.currentLocation[1] }}
|
||||||
@@ -116,7 +116,7 @@
|
|||||||
{{ $t('journal.timetable-location-signal') }} {{ timetable.currentLocation[0] }}
|
{{ $t('journal.timetable-location-signal') }} {{ timetable.currentLocation[0] }}
|
||||||
</span>
|
</span>
|
||||||
|
|
||||||
<span v-if="timetable.currentLocation.toString()">)</span>
|
<span v-if="timetable.currentLocation[0] || timetable.currentLocation[1]">)</span>
|
||||||
</b>
|
</b>
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user