CSR-923 Format

This commit is contained in:
Katie 2022-11-04 09:57:31 -04:00
parent 3b44b27ee9
commit edfc97ccad

View file

@ -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: {