Make hasBenefitRecalModal return a boolean value
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
ceddfee3ad
commit
40972d1052
1 changed files with 1 additions and 1 deletions
|
|
@ -451,7 +451,7 @@ export default {
|
||||||
return errorMessages.ACKNOWLEDGEMENT_REQUIRED;
|
return errorMessages.ACKNOWLEDGEMENT_REQUIRED;
|
||||||
},
|
},
|
||||||
hasBenefitRecalModal() {
|
hasBenefitRecalModal() {
|
||||||
return this.getCmsContent('BenefitRecalModalWidget', 'HeaderText');
|
return !!this.getCmsContent('BenefitRecalModalWidget', 'HeaderText');
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
watch: {
|
watch: {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue