Poprawki widoku RJ

This commit is contained in:
2022-05-23 14:43:42 +02:00
parent 8347f5da2c
commit 6b7bd25159
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -25,7 +25,7 @@
<TrainInfo :train="train" />
<TrainSchedule
v-if="train.timetableData && chosenTrainId == getTrainId(train)"
v-if="chosenTrainId == getTrainId(train)"
:train="train"
ref="card-inner"
tabindex="0"