Poprawki w wyświetlaniu pociągów bez RJ

This commit is contained in:
2022-03-03 19:01:21 +01:00
parent ae08a64284
commit fb18a156d0
3 changed files with 12 additions and 8 deletions
+1
View File
@@ -15,6 +15,7 @@ export default interface Train {
locoURL: string;
locoType: string;
online: boolean;
region: string;
cars: string[];