Removed comments from arePagesPrequisitesValid

This commit is contained in:
Leah Schumann 2023-03-09 15:38:34 -05:00
parent 697b6d7b21
commit a99ca76d7d

View file

@ -134,12 +134,11 @@ export default {
},
methods: {
arePagePrerequisitesValid() {
return true;
// return (
// store.getters.lineItems.supportingItems !== null &&
// store.getters.order.serviceLocation.zipCode !== null &&
// store.getters.payment.isInsurance !== null
// );
return (
store.getters.lineItems.supportingItems !== null &&
store.getters.order.serviceLocation.zipCode !== null &&
store.getters.payment.isInsurance !== null
);
},
setData(mobileFeePart) {
if (mobileFeePart) {