CASH-2472 - Update Custom Exposure Logging for MultiLocationPopup

This commit is contained in:
Minojhini Valaiyapathi 2026-03-18 11:05:39 -04:00
parent eb825a78c1
commit f80e85e2d8

View file

@ -2054,13 +2054,8 @@ export default {
} }
}, },
async showMultiLocationModal() { async showMultiLocationModal() {
const showMultiLocationAppointment = experimentMixin.methods.getSettingValue(
experimentSettings.SHOW_MULTI_LOCATION_APPT
);
if ( if (
!this.selectedRouteCodeData?.routeCode && !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