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(){
|
||||
if (!this.selectedWindshieldDamageTypeValue) return false;
|
||||
|
||||
return this.selectedWindshieldDamageTypeValue === damageLocationsSelected.REPAIR && this.isWindshieldDamageLocation;
|
||||
},
|
||||
isReplaceOptionSelected(){
|
||||
if (!this.selectedWindshieldDamageTypeValue) return false;
|
||||
|
||||
return this.selectedWindshieldDamageTypeValue === damageLocationsSelected.REPLACE && this.isWindshieldDamageLocation;
|
||||
},
|
||||
isWindshieldReplaceAvailable() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue