Update src/layouts/coverage-statement/coverage-statement.vue
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
b50d8d5f88
commit
0384723fc2
1 changed files with 3 additions and 1 deletions
|
|
@ -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: {
|
||||
|
|
|
|||
Loading…
Reference in a new issue