Merge pull request #3081 from Safelite/feature/CASH-2378
CASH-2378 - remove hard coded values
This commit is contained in:
commit
1f2c22dfc8
1 changed files with 0 additions and 5 deletions
|
|
@ -2102,11 +2102,6 @@ export default {
|
||||||
experimentSettings.SHOW_MULTI_LOCATION_APPT
|
experimentSettings.SHOW_MULTI_LOCATION_APPT
|
||||||
);
|
);
|
||||||
|
|
||||||
// temp vars to use for testing; TO BE REMOVED
|
|
||||||
maxDayRangeToShowPmTimeslot = 2;
|
|
||||||
maxDayRangeToShowNoPmTimeslot = 2;
|
|
||||||
maxDayRangeToShowAnyTimeslot = 5;
|
|
||||||
|
|
||||||
let promotedMobileAppointment = null;
|
let promotedMobileAppointment = null;
|
||||||
let promotedInshopAppointment = null;
|
let promotedInshopAppointment = null;
|
||||||
const todaysDate = getTodayDate();
|
const todaysDate = getTodayDate();
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue