CSR-715 Cleanup
This commit is contained in:
parent
e080ade54c
commit
99f5671844
1 changed files with 0 additions and 4 deletions
|
|
@ -143,13 +143,9 @@ export default ({
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
isRepairOptionSelected(){
|
isRepairOptionSelected(){
|
||||||
if (!this.selectedWindshieldDamageTypeValue) return false;
|
|
||||||
|
|
||||||
return this.selectedWindshieldDamageTypeValue === damageLocationsSelected.REPAIR && this.isWindshieldDamageLocation;
|
return this.selectedWindshieldDamageTypeValue === damageLocationsSelected.REPAIR && this.isWindshieldDamageLocation;
|
||||||
},
|
},
|
||||||
isReplaceOptionSelected(){
|
isReplaceOptionSelected(){
|
||||||
if (!this.selectedWindshieldDamageTypeValue) return false;
|
|
||||||
|
|
||||||
return this.selectedWindshieldDamageTypeValue === damageLocationsSelected.REPLACE && this.isWindshieldDamageLocation;
|
return this.selectedWindshieldDamageTypeValue === damageLocationsSelected.REPLACE && this.isWindshieldDamageLocation;
|
||||||
},
|
},
|
||||||
isWindshieldReplaceAvailable() {
|
isWindshieldReplaceAvailable() {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue