Enforcement check.

This commit is contained in:
Jeremy-Z 2026-04-13 12:17:05 -04:00
parent c17c57dbed
commit 3c3e166671

View file

@ -274,7 +274,7 @@ export default {
// Deductible case (no price is displayed, only deductible)
else if (
store.isVerified &&
store.currentDeductible >= 0 &&
(typeof store.currentDeductible === 'number' && store.currentDeductible >= 0) &&
!store.isITAC &&
!store.isNoComp
) {