Update src/layouts/coverage-statement/coverage-statement.vue

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
katiekroell 2026-02-19 10:53:09 -05:00 committed by GitHub
parent b50d8d5f88
commit 0384723fc2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -347,7 +347,9 @@ export default {
return '';
},
displayAfterpayBanner() {
return this.isITACQuoteVisible || this.isNoCompQuoteVisible || (this.isDeductibleVisible && this.deductibleValue > 0);
return this.isITACQuoteVisible
|| this.isNoCompQuoteVisible
|| (this.showDeductibleOnly && this.deductibleValue > 0);
}
},
watch: {