mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-03 05:18:11 +00:00
fix(scenery): incorrect statement for detecting offline user on scenery
This commit is contained in:
@@ -29,7 +29,8 @@
|
|||||||
<i
|
<i
|
||||||
v-if="
|
v-if="
|
||||||
train.timetableData != undefined &&
|
train.timetableData != undefined &&
|
||||||
(train.lastSeen <= Date.now() - 60000 || !train.online)
|
train.lastSeen <= Date.now() - 60000 &&
|
||||||
|
!train.online
|
||||||
"
|
"
|
||||||
class="fa-solid fa-user-slash"
|
class="fa-solid fa-user-slash"
|
||||||
style="color: lightcoral"
|
style="color: lightcoral"
|
||||||
|
|||||||
Reference in New Issue
Block a user