Merge pull request #3108 from Safelite/feature/CASH-2472-Revert-theUnrevert

CASH-2472 - Update Custom Exposure Logging for MultiLocationPopup
This commit is contained in:
mvalaiyapathi 2026-03-18 11:23:34 -04:00 committed by GitHub
commit cad3c85d08
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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
);