CSR-923 Cleanup
This commit is contained in:
parent
e3b49488c8
commit
3b44b27ee9
1 changed files with 0 additions and 2 deletions
|
|
@ -44,8 +44,6 @@ export default {
|
||||||
);
|
);
|
||||||
},
|
},
|
||||||
differentVehicleAlertBody() {
|
differentVehicleAlertBody() {
|
||||||
console.log(this.getCmsContent("FoundWindshield", "BodyText"))
|
|
||||||
console.log({selectedVehicle: this.selectedVehicle, vehicles: this.vehicles, selectedVehicleVin: this.selectedVehicleVin})
|
|
||||||
return this.getCmsContent("FoundWindshield", "BodyText")
|
return this.getCmsContent("FoundWindshield", "BodyText")
|
||||||
.replaceAll("{custom:damage}", getDamageString())
|
.replaceAll("{custom:damage}", getDamageString())
|
||||||
.replaceAll("{custom:vinlookupYear}", this.selectedVehicle?.vehicle.year)
|
.replaceAll("{custom:vinlookupYear}", this.selectedVehicle?.vehicle.year)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue