fix: other driver's trains broken listing

This commit is contained in:
2025-04-26 13:45:27 +02:00
parent a602358241
commit fd28eb4609
2 changed files with 53 additions and 52 deletions
+1 -1
View File
@@ -8,7 +8,7 @@
<Loading v-else-if="apiStore.dataStatuses.connection == Status.Data.Loading" />
<DriverNotFound v-else />
<DriverNotFound v-else :trainId="props.trainId" />
</div>
</section>
</template>