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:
commit
78eb269a48
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