Merge pull request #2665 from Safelite/feature/CASH-1160

CASH-1160 | Fix premium slot display
This commit is contained in:
scottkiener-at-safelite 2025-07-18 12:32:18 -04:00 committed by GitHub
commit d7a16adecd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -222,7 +222,7 @@ export default {
},
premiumAppointmentButtonText() {
return this.getCmsContent(
this.dropOffOrPickATimeQuestionCmsWidgetName,
this.mobilePremiumCmsWidgetName,
cmsWidgetFieldMappings.TIME_SLOT_BUTTON
);
},