mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-03 13:28:11 +00:00
Notka o lokacji pociągu nie pojawia się przy jej braku
This commit is contained in:
@@ -72,11 +72,11 @@
|
|||||||
{{ timetable.confirmedStopsCount }} /
|
{{ timetable.confirmedStopsCount }} /
|
||||||
{{ timetable.allStopsCount }}
|
{{ timetable.allStopsCount }}
|
||||||
</span>
|
</span>
|
||||||
<span class="text--grayed" v-if="!timetable.fulfilled">
|
<span class="text--grayed" v-if="!timetable.fulfilled && timetable.currentSceneryName">
|
||||||
•
|
•
|
||||||
<b>
|
<b>
|
||||||
{{ $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/, '') }}
|
||||||
</b>
|
</b>
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user