This commit is contained in:
Katie Kroell 2024-10-29 10:16:24 -04:00
parent a82bc33f9d
commit dbe46de69b

View file

@ -476,10 +476,6 @@ export default {
return !isRepair && this.isDeductibleVisible && this.deductibleValue === 0;
case 'verifiedReplaceDeductibleOverZero':
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:
return null;
}