CASH-2472 - Fixed formatting

This commit is contained in:
Minojhini Valaiyapathi 2026-03-18 11:12:17 -04:00
parent f80e85e2d8
commit 335fe75768

View file

@ -2054,9 +2054,7 @@ export default {
}
},
async showMultiLocationModal() {
if (
!this.selectedRouteCodeData?.routeCode
) {
if (!this.selectedRouteCodeData?.routeCode) {
let maxDayRangeToShowPmTimeslot = experimentMixin.methods.getSettingValue(
experimentSettings.SHOW_PM_DAYS_MULTI_LOCATION
);