Drobne poprawki

This commit is contained in:
2022-08-15 00:05:11 +02:00
parent d266cb8126
commit 4d997d79e1
7 changed files with 40 additions and 37 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ export interface IStore {
cargoOptions: any[][];
chosenStockListIndex: number;
chosenRealStockName: string | null;
chosenRealStockName?: string;
swapVehicles: boolean;
vehiclePreviewSrc: string;