Shortcut prerequisites if a submitted order is already present.

This commit is contained in:
Chloe Herd 2023-11-01 14:19:24 -04:00
parent 11ec8df5da
commit 560ad28597

View file

@ -208,6 +208,10 @@ export default {
},
methods: {
arePagePrerequisitesValid() {
if(store.getters.hasSubmittedOrder) {
return true;
}
// Service Location
const serviceLocation = store.getters.order.serviceLocation;
const mobileReqs = !!(