Update confirmation.vue

formating
This commit is contained in:
hiteshkumar87 2023-09-21 19:25:14 +05:30
parent 58444e5895
commit a745acb539

View file

@ -73,7 +73,7 @@ export default {
// Schedule
const schedule = store.getters.order.schedule;
const scheduleReqs = !!(schedule.date && schedule.startTime);//removing schedule.endTime for testing
const scheduleReqs = !!(schedule.date && schedule.startTime); //removing schedule.endTime for testing
return serviceLocationReqs && scheduleReqs;
},