clean up
This commit is contained in:
parent
a82bc33f9d
commit
dbe46de69b
1 changed files with 0 additions and 4 deletions
|
|
@ -476,10 +476,6 @@ export default {
|
||||||
return !isRepair && this.isDeductibleVisible && this.deductibleValue === 0;
|
return !isRepair && this.isDeductibleVisible && this.deductibleValue === 0;
|
||||||
case 'verifiedReplaceDeductibleOverZero':
|
case 'verifiedReplaceDeductibleOverZero':
|
||||||
return !isRepair && this.isDeductibleVisible && this.deductibleValue !== 0;
|
return !isRepair && this.isDeductibleVisible && this.deductibleValue !== 0;
|
||||||
// case 'unverifiedADASReplace':
|
|
||||||
// return this.isUnverifiedVisible && this.isADAS && !this.isRepair;
|
|
||||||
// case 'unverifiedNonADASReplace':
|
|
||||||
// return this.isUnverifiedVisible && !this.isADAS && !this.isRepair;
|
|
||||||
default:
|
default:
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue