updated so that it will show the line drawing of a vehicle if image url not found
This commit is contained in:
parent
2815d88858
commit
8879944fe0
1 changed files with 1 additions and 1 deletions
|
|
@ -207,7 +207,7 @@ export default {
|
|||
},
|
||||
computed: {
|
||||
displayGeneric() {
|
||||
return !useMainStore().order.vehicle.imageUrl || !this.selectedStyle;
|
||||
return !this.selectedStyle;
|
||||
}
|
||||
},
|
||||
components: {
|
||||
|
|
|
|||
Loading…
Reference in a new issue