Merge pull request #3106 from Safelite/feature/CASH-2472

CASH-2472 - Enabled custom exposure logging for Multi Location Pop up
This commit is contained in:
mvalaiyapathi 2026-03-18 10:29:21 -04:00 committed by GitHub
commit d6bf78bca9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2054,14 +2054,7 @@ export default {
} }
}, },
async showMultiLocationModal() { async showMultiLocationModal() {
const showMultiLocationAppointment = experimentMixin.methods.getSettingValue( if (!this.selectedRouteCodeData?.routeCode) {
experimentSettings.SHOW_MULTI_LOCATION_APPT
);
if (
!this.selectedRouteCodeData?.routeCode &&
showMultiLocationAppointment?.toLowerCase() === "true"
) {
let maxDayRangeToShowPmTimeslot = experimentMixin.methods.getSettingValue( let maxDayRangeToShowPmTimeslot = experimentMixin.methods.getSettingValue(
experimentSettings.SHOW_PM_DAYS_MULTI_LOCATION experimentSettings.SHOW_PM_DAYS_MULTI_LOCATION
); );