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:
AHumphriesSL 2026-07-24 23:55:50 -04:00 committed by GitHub
parent ceddfee3ad
commit 40972d1052
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -451,7 +451,7 @@ export default {
return errorMessages.ACKNOWLEDGEMENT_REQUIRED;
},
hasBenefitRecalModal() {
return this.getCmsContent('BenefitRecalModalWidget', 'HeaderText');
return !!this.getCmsContent('BenefitRecalModalWidget', 'HeaderText');
}
},
watch: {