CASH-2472 - Enabled custom exposure logging for Multi Location Pop up

This commit is contained in:
Minojhini Valaiyapathi 2026-03-18 10:16:17 -04:00
parent eb825a78c1
commit c3e646b000

View file

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