Merge pull request #3108 from Safelite/feature/CASH-2472-Revert-theUnrevert
CASH-2472 - Update Custom Exposure Logging for MultiLocationPopup
This commit is contained in:
commit
cad3c85d08
1 changed files with 1 additions and 8 deletions
|
|
@ -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
|
||||
);
|
||||
|
|
|
|||
Loading…
Reference in a new issue