CASH-2472 - Fixed formatting
This commit is contained in:
parent
f80e85e2d8
commit
335fe75768
1 changed files with 1 additions and 3 deletions
|
|
@ -2054,9 +2054,7 @@ export default {
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
async showMultiLocationModal() {
|
async showMultiLocationModal() {
|
||||||
if (
|
if (!this.selectedRouteCodeData?.routeCode) {
|
||||||
!this.selectedRouteCodeData?.routeCode
|
|
||||||
) {
|
|
||||||
let maxDayRangeToShowPmTimeslot = experimentMixin.methods.getSettingValue(
|
let maxDayRangeToShowPmTimeslot = experimentMixin.methods.getSettingValue(
|
||||||
experimentSettings.SHOW_PM_DAYS_MULTI_LOCATION
|
experimentSettings.SHOW_PM_DAYS_MULTI_LOCATION
|
||||||
);
|
);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue