From 8879944fe07c574ab5148280ca80e6b575d445be Mon Sep 17 00:00:00 2001 From: Jason Wheeler Date: Wed, 31 May 2023 16:41:35 -0400 Subject: [PATCH] updated so that it will show the line drawing of a vehicle if image url not found --- src/layouts/vehicle-selection/vehicle-selection.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/layouts/vehicle-selection/vehicle-selection.vue b/src/layouts/vehicle-selection/vehicle-selection.vue index 1e86b9fb..5e0aa53b 100644 --- a/src/layouts/vehicle-selection/vehicle-selection.vue +++ b/src/layouts/vehicle-selection/vehicle-selection.vue @@ -207,7 +207,7 @@ export default { }, computed: { displayGeneric() { - return !useMainStore().order.vehicle.imageUrl || !this.selectedStyle; + return !this.selectedStyle; } }, components: {