diff --git a/src/layouts/estimate/estimate.vue b/src/layouts/estimate/estimate.vue index 26649942a..aae192291 100644 --- a/src/layouts/estimate/estimate.vue +++ b/src/layouts/estimate/estimate.vue @@ -80,10 +80,7 @@ export default { }, methods: { arePagePrerequisitesValid() { - if(store.getters.damage.isRepair != null){ - return true; - } - return false; + return store.getters.damage.isRepair || store.getters.damage.glassToReplace?.length > 0; }, backButtonAction() { // route to move backwards