CASH-1160 | Fix premium slot display

This commit is contained in:
Scott Kiener 2025-07-18 11:13:15 -04:00
parent f522cd6486
commit 143a5b672c

View file

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