diff --git a/src/layouts/vehicle-parts/vehicle-parts.vue b/src/layouts/vehicle-parts/vehicle-parts.vue index f4c0f37b1..8228dc92d 100644 --- a/src/layouts/vehicle-parts/vehicle-parts.vue +++ b/src/layouts/vehicle-parts/vehicle-parts.vue @@ -225,8 +225,7 @@ methods: { this.glassParts[g.glassLocation + "-" + g.glassName] = { [g.glassLocation]: [partNumber], }; - } - }); + } }); }); });