mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-03 13:28:11 +00:00
fix(stations): fixed displaying dispatcher flag for inactive sceneries
This commit is contained in:
@@ -146,8 +146,12 @@
|
|||||||
</span>
|
</span>
|
||||||
</td>
|
</td>
|
||||||
|
|
||||||
<td class="station-dispatcher-lang" v-if="station.onlineInfo">
|
<td class="station-dispatcher-lang">
|
||||||
<FlagIcon :language-id="station.onlineInfo.dispatcherLanguageId" width="2.25em" />
|
<FlagIcon
|
||||||
|
v-if="station.onlineInfo && station.onlineInfo.dispatcherLanguageId != -1"
|
||||||
|
:language-id="station.onlineInfo.dispatcherLanguageId"
|
||||||
|
width="2.25em"
|
||||||
|
/>
|
||||||
</td>
|
</td>
|
||||||
|
|
||||||
<td class="station-dispatcher-exp">
|
<td class="station-dispatcher-exp">
|
||||||
|
|||||||
Reference in New Issue
Block a user