Fix for missing steering wheel position info
This commit is contained in:
parent
8d9fd40766
commit
196c287124
@ -48,7 +48,7 @@ class Vehicle {
|
|||||||
url: p.uri
|
url: p.uri
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
v.isRightWheel = tech.wheel.position != 'LEFT';
|
v.isRightWheel = tech?.wheel?.position == 'RIGHT';
|
||||||
v.isJapanese = report.is_japanese_vehicle;
|
v.isJapanese = report.is_japanese_vehicle;
|
||||||
v.addedDate = Date.now();
|
v.addedDate = Date.now();
|
||||||
v.events = [];
|
v.events = [];
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user