Świecące nicki i poziomy sponsorów

This commit is contained in:
2022-10-14 23:15:50 +02:00
parent fcb8357489
commit cceeffe49d
6 changed files with 28 additions and 9 deletions
+4 -1
View File
@@ -100,7 +100,10 @@
</td>
<td class="station_dispatcher-exp">
<span v-if="station.onlineInfo" :style="calculateExpStyle(station.onlineInfo.dispatcherExp)">
<span
v-if="station.onlineInfo"
:style="calculateExpStyle(station.onlineInfo.dispatcherExp, station.onlineInfo.dispatcherIsSupporter)"
>
{{ 2 > station.onlineInfo.dispatcherExp ? 'L' : station.onlineInfo.dispatcherExp }}
</span>
</td>