Merge pull request #331 from Safelite/feature/digital/SSR-418.2

updated so that it will show the line drawing of a vehicle if image u…
This commit is contained in:
Jason Wheeler 2023-06-01 09:30:34 -04:00 committed by GitHub
commit 78eb269a48
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -207,7 +207,7 @@ export default {
},
computed: {
displayGeneric() {
return !useMainStore().order.vehicle.imageUrl || !this.selectedStyle;
return !this.selectedStyle;
}
},
components: {