CSR-923 Format
This commit is contained in:
parent
3b44b27ee9
commit
edfc97ccad
1 changed files with 1 additions and 3 deletions
|
|
@ -63,9 +63,7 @@ export default {
|
||||||
},
|
},
|
||||||
selectedVehicle() {
|
selectedVehicle() {
|
||||||
// this computed is only needed for the computed differentVehicleAlertBody text above
|
// this computed is only needed for the computed differentVehicleAlertBody text above
|
||||||
return this.vehicles.find(
|
return this.vehicles.find(({ vin }) => vin === this.selectedVehicleVin);
|
||||||
({ vin }) => vin === this.selectedVehicleVin
|
|
||||||
);
|
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
components: {
|
components: {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue