mirror of
https://github.com/Spythere/pojazdownik.git
synced 2026-05-03 11:45:34 +00:00
Poprawki funkcjonalności
This commit is contained in:
@@ -103,7 +103,7 @@ export function carDataList(state: IStore) {
|
||||
const carPropsData = vehiclePropsJSON.find((v) => car[0].toString().includes(v.type));
|
||||
|
||||
acc.push({
|
||||
useType: vehicleTypeKey,
|
||||
useType: vehicleTypeKey as 'car-passenger' | 'car-cargo',
|
||||
type: car[0] as string,
|
||||
constructionType: car[1] as string,
|
||||
loadable: car[2] as boolean,
|
||||
|
||||
Reference in New Issue
Block a user