diff --git a/src/layouts/vehicle-parts/vehicle-parts.vue b/src/layouts/vehicle-parts/vehicle-parts.vue index 5ffdbce78..1a6af93da 100644 --- a/src/layouts/vehicle-parts/vehicle-parts.vue +++ b/src/layouts/vehicle-parts/vehicle-parts.vue @@ -120,7 +120,7 @@ export default { arr.push({ ColorAnswerText: p.color, FeatureAnswers: [{ - FeatureAnswerText: p.description, + FeatureAnswerText: p.description === '' ? p.color : p.description, PartNumber: p.partNumber }] });