updated so that it will show the line drawing of a vehicle if image url not found

This commit is contained in:
Jason Wheeler 2023-05-31 16:41:35 -04:00
parent 2815d88858
commit 8879944fe0

View file

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